]> git.sesse.net Git - vlc/blobdiff - include/vlc_threads.h
Spell developer properly
[vlc] / include / vlc_threads.h
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 { \