[glib] gio/gsocks5proxy: typo fix



commit b87f6f9f8cb789a645b8792cf197328fb686ba55
Author: Nguyán ThÃi Ngác Duy <pclouds gmail com>
Date:   Fri Jan 6 16:58:57 2012 +0700

    gio/gsocks5proxy: typo fix

 gio/gsocks5proxy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gsocks5proxy.c b/gio/gsocks5proxy.c
index f8bad1f..c0a4bf9 100644
--- a/gio/gsocks5proxy.c
+++ b/gio/gsocks5proxy.c
@@ -206,7 +206,7 @@ set_auth_msg (guint8	  *msg,
     {
       g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_PROXY_FAILED,
 			   _("Username or password is too long for SOCKSv5 "
-			     "protocol)."));
+			     "protocol."));
       return FALSE;
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]