[glib] gio: typo fix
- From: Nguyen Thai Ngoc Duy <pclouds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gio: typo fix
- Date: Tue, 21 Dec 2010 12:54:56 +0000 (UTC)
commit 12cf4af5bbdfaf5abde1e3eaaba6df85edc7419b
Author: Nguy�n Thái Ng�c Duy <pclouds gmail com>
Date: Tue Dec 21 19:50:33 2010 +0700
gio: typo fix
gio/gsocks5proxy.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gsocks5proxy.c b/gio/gsocks5proxy.c
index 07fc8ce..a4da21e 100644
--- a/gio/gsocks5proxy.c
+++ b/gio/gsocks5proxy.c
@@ -399,7 +399,7 @@ parse_connect_reply (const guint8 *data, gint *atype, GError **error)
default: /* Unknown error */
g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_PROXY_FAILED,
- _("Unkown SOCKSv5 proxy error."));
+ _("Unknown SOCKSv5 proxy error."));
return FALSE;
break;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]