]> git.sesse.net Git - vlc/commitdiff
Spell developer properly
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 8 Jul 2009 16:56:28 +0000 (19:56 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 8 Jul 2009 16:56:28 +0000 (19:56 +0300)
Makefile.am
bindings/cil/src/libvlc.cs
bindings/cil/src/player.cs
bindings/python/README
include/vlc_plugin.h
include/vlc_threads.h
projects/activex/vlccontrol2.cpp

index 856828b0dc78572b2e153fc4d8b744a15d85b791..f3ad1e465d0ecc1eea1eddc16af1504667ff0256 100644 (file)
@@ -319,7 +319,7 @@ CLEANFILES = $(BUILT_SOURCES_clean)
 DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile
 MAINTAINERCLEANFILES = ChangeLog
 
-# Shortcut for developpers to rebuild the core (libvlc + vlc)
+# Shortcut for developers to rebuild the core (libvlc + vlc)
 # Don't use it if you don't know what it is about.
 # Don't complain if it doesn't work. -- Courmisch
 libcompat:
index 89bad696aed31d422afa1e6dfe740cefb8bba97b..28297472a742e5bea6987e699b108be39a31edd9 100644 (file)
@@ -5,7 +5,7 @@
  *
  * @defgroup Internals LibVLC internals
  * This covers internal marshalling functions to use the native LibVLC.
- * Only VLC developpers should need to read this section.
+ * Only VLC developers should need to read this section.
  */
 
 /**********************************************************************
index eda3dd907c735e21291de77effc36cc3c4b4bf5d..7eb617086bc3f0fb93a039bc894d0e82eb38c900 100644 (file)
@@ -9,7 +9,7 @@
  *
  * @defgroup Internals LibVLC internals
  * This covers internal marshalling functions to use the native LibVLC.
- * Only VLC developpers should need to read this section.
+ * Only VLC developers should need to read this section.
  */
 
 /**********************************************************************
index 2b5d71907e9d2efedd904da2dea5d88c9fb5e0bf..b897744fcd362c5ae50e4189b616426fed6886cd 100644 (file)
@@ -11,7 +11,7 @@ mc=vlc.MediaControl('--plugin-path /path/to/vlc/directory'.split())
 For vlc.Instance:
 i=vlc.Instance('--plugin-path /path/to/vlc/directory'.split())
 
-* Skeleton generation (for developpers of the module):
+* Skeleton generation (for developers of the module):
 
 ** For method bindings:
 
index 8e5f9003ddf89038e9490d0a396dbe3698bddd83..c95acfe153d078b0192ae64572c70e4a5181ef17 100644 (file)
@@ -452,7 +452,7 @@ enum vlc_module_properties
     "\x43\x6f\x70\x79\x72\x69\x67\x68\x74\x20\x28\x43\x29\x20\x74\x68" \
     "\x65\x20\x56\x69\x64\x65\x6f\x4c\x41\x4e\x20\x56\x4c\x43\x20\x6d" \
     "\x65\x64\x69\x61\x20\x70\x6c\x61\x79\x65\x72\x20\x64\x65\x76\x65" \
-    "\x6c\x6f\x70\x70\x65\x72\x73" )
+    "\x6c\x6f\x70\x65\x72\x73" )
 #elif !defined (VLC_COPYRIGHT_EXPORT)
 # define VLC_COPYRIGHT_EXPORT
 #endif
index 3b6c8383963d8be587f23f68ad2cd1c1f839e57c..d0d767ed026faa64b7fdfee57afab7b6bb04a9a8 100644 (file)
@@ -259,7 +259,7 @@ struct vlc_cleanup_t
 };
 
 /* This macros opens a code block on purpose. This is needed for multiple
- * calls within a single function. This also prevent Win32 developpers from
+ * calls within a single function. This also prevent Win32 developers from
  * writing code that would break on POSIX (POSIX opens a block as well). */
 # define vlc_cleanup_push( routine, arg ) \
     do { \
index be4fb1fca40fc8ab87c80754033f506d506a4610..f5505d43f72f2fe32572a8846bf507e5666ef7b8 100644 (file)
@@ -2816,7 +2816,7 @@ STDMETHODIMP VLCControl2::get_Toolbar(VARIANT_BOOL *visible)
         return E_POINTER;
 
     /*
-     * Note to developpers
+     * Note to developers
      *
      * Returning the _b_toolbar is closer to the method specification.
      * But returning True when toolbar is not implemented so not displayed