]> git.sesse.net Git - vlc/blobdiff - src/misc/darwin_specific.c
Various spelling fixes.
[vlc] / src / misc / darwin_specific.c
index d0d0066210ab5cc8fe396610287142f3872a8fb0..f962c1def3f02f66900d0b2e635577173d694580 100644 (file)
@@ -144,7 +144,7 @@ void system_Init( libvlc_int_t *p_this, int *pi_argc, const char *ppsz_argv[] )
         /*
            Retrieve the preferred language as chosen in  System Preferences.app
            (note that CFLocaleCopyCurrent() is not used because it returns the
-            prefered locale not language)
+            preferred locale not language)
         */
         CFArrayRef all_locales, preferred_locales;
         char psz_locale[50];