]> git.sesse.net Git - vlc/commitdiff
Fix typo
authorTobias Güntner <fatbull@web.de>
Tue, 18 Nov 2014 15:32:00 +0000 (16:32 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 25 Nov 2014 16:09:05 +0000 (17:09 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
src/modules/textdomain.c

index 05c9d293d550de418c24e422d4999352dbc17983..1fd79f9e32c3024233090bd872abe4c97b5e52a4 100644 (file)
@@ -73,7 +73,7 @@ int vlc_bindtextdomain (const char *domain)
      */
     if (bind_textdomain_codeset (PACKAGE_NAME, "UTF-8") == NULL)
     {
-        fprintf (stderr, "%s: UTF-8 encoding bot available\n", domain);
+        fprintf (stderr, "%s: UTF-8 encoding not available\n", domain);
         // Unbinds the text domain to avoid broken encoding
         bindtextdomain (PACKAGE_NAME, "/DOES_NOT_EXIST");
         return -1;