vlc | branch: master | Tobias Güntner <[email protected]> | Tue Nov 18 16:32:00 2014 +0100| [c6942c437bc79022d72a6ec16f547397506e561e] | committer: Jean-Baptiste Kempf
Fix typo Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c6942c437bc79022d72a6ec16f547397506e561e --- src/modules/textdomain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/textdomain.c b/src/modules/textdomain.c index 05c9d29..1fd79f9 100644 --- a/src/modules/textdomain.c +++ b/src/modules/textdomain.c @@ -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; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
