Commit c6942c43 authored by Tobias Güntner's avatar Tobias Güntner Committed by Jean-Baptiste Kempf

Fix typo

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent ff7ee990
...@@ -73,7 +73,7 @@ int vlc_bindtextdomain (const char *domain) ...@@ -73,7 +73,7 @@ int vlc_bindtextdomain (const char *domain)
*/ */
if (bind_textdomain_codeset (PACKAGE_NAME, "UTF-8") == NULL) 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 // Unbinds the text domain to avoid broken encoding
bindtextdomain (PACKAGE_NAME, "/DOES_NOT_EXIST"); bindtextdomain (PACKAGE_NAME, "/DOES_NOT_EXIST");
return -1; return -1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment