[vlc-commits] Fix typo

Tobias Güntner git at videolan.org
Tue Nov 25 17:09:11 CET 2014


vlc | branch: master | Tobias Güntner <fatbull at web.de> | Tue Nov 18 16:32:00 2014 +0100| [c6942c437bc79022d72a6ec16f547397506e561e] | committer: Jean-Baptiste Kempf

Fix typo

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> 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;



More information about the vlc-commits mailing list