[vlc-devel] commit: Spell developer properly ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Jul 8 18:57:43 CEST 2009


vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Wed Jul  8 19:56:28 2009 +0300| [84beaff6564471191d38776fdc5abba81cf854f3] | committer: Rémi Denis-Courmont 

Spell developer properly
(cherry picked from commit 1cf4ccdf71ed22a378361ff1dc756e0e13f17c06)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=84beaff6564471191d38776fdc5abba81cf854f3
---

 Makefile.am                      |    2 +-
 bindings/cil/src/libvlc.cs       |    2 +-
 bindings/cil/src/player.cs       |    2 +-
 bindings/python/README           |    2 +-
 include/vlc_plugin.h             |    2 +-
 include/vlc_threads.h            |    2 +-
 projects/activex/vlccontrol2.cpp |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 42eb9fa..83891c3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -326,7 +326,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
 libvlc:
diff --git a/bindings/cil/src/libvlc.cs b/bindings/cil/src/libvlc.cs
index bacaf78..890b8ce 100644
--- a/bindings/cil/src/libvlc.cs
+++ b/bindings/cil/src/libvlc.cs
@@ -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.
  */
 
 /**********************************************************************
diff --git a/bindings/cil/src/player.cs b/bindings/cil/src/player.cs
index eda3dd9..7eb6170 100644
--- a/bindings/cil/src/player.cs
+++ b/bindings/cil/src/player.cs
@@ -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.
  */
 
 /**********************************************************************
diff --git a/bindings/python/README b/bindings/python/README
index 2b5d719..b897744 100644
--- a/bindings/python/README
+++ b/bindings/python/README
@@ -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:
 
diff --git a/include/vlc_plugin.h b/include/vlc_plugin.h
index 8e5f900..c95acfe 100644
--- a/include/vlc_plugin.h
+++ b/include/vlc_plugin.h
@@ -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
diff --git a/include/vlc_threads.h b/include/vlc_threads.h
index dd0bce7..e18df16 100644
--- a/include/vlc_threads.h
+++ b/include/vlc_threads.h
@@ -212,7 +212,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 { \
diff --git a/projects/activex/vlccontrol2.cpp b/projects/activex/vlccontrol2.cpp
index a1a764e..e9899fe 100644
--- a/projects/activex/vlccontrol2.cpp
+++ b/projects/activex/vlccontrol2.cpp
@@ -2590,7 +2590,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




More information about the vlc-devel mailing list