[gdm] Fixed typo in strings. Fixes bug #684575



commit 0f2e987a1e15ec0355835ed1c7793abdc759f2af
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Sun Oct 28 19:44:52 2012 +0100

    Fixed typo in strings. Fixes bug #684575

 gui/simple-chooser/gdm-host-chooser-widget.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gui/simple-chooser/gdm-host-chooser-widget.c b/gui/simple-chooser/gdm-host-chooser-widget.c
index 232c850..f9200aa 100644
--- a/gui/simple-chooser/gdm-host-chooser-widget.c
+++ b/gui/simple-chooser/gdm-host-chooser-widget.c
@@ -224,13 +224,13 @@ decode_packet (GIOChannel           *source,
 
         if G_UNLIKELY (header.version != XDM_PROTOCOL_VERSION &&
                        header.version != GDM_XDMCP_PROTOCOL_VERSION) {
-                g_warning (_("XMDCP: Incorrect XDMCP version!"));
+                g_warning (_("XDMCP: Incorrect XDMCP version!"));
                 return TRUE;
         }
 
         address = gdm_address_new_from_sockaddr ((struct sockaddr *) &clnt_ss, ss_len);
         if (address == NULL) {
-                g_warning (_("XMDCP: Unable to parse address"));
+                g_warning (_("XDMCP: Unable to parse address"));
                 return TRUE;
         }
 



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