summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@sun.com>2009-08-21 18:19:49 -0500
committerBrian Cameron <Brian.Cameron@sun.com>2009-08-21 18:19:49 -0500
commit53636c54633964886a7c429b924dfae8c2112cbb (patch)
treef1d9513c2a3d97eea722e2dca433d5dfced90a22
parent1b780bbe673a5f5b602f70f5153d78d7c3cc0113 (diff)
downloadgdm-53636c54633964886a7c429b924dfae8c2112cbb.tar.gz
Fix misspelling of XDMCP. Fixes bug #592513.
-rw-r--r--gui/simple-chooser/gdm-host-chooser-widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/simple-chooser/gdm-host-chooser-widget.c b/gui/simple-chooser/gdm-host-chooser-widget.c
index 5b572c81..6ea91968 100644
--- a/gui/simple-chooser/gdm-host-chooser-widget.c
+++ b/gui/simple-chooser/gdm-host-chooser-widget.c
@@ -211,7 +211,7 @@ decode_packet (GIOChannel *source,
ss_len = sizeof (clnt_ss);
res = XdmcpFill (widget->priv->socket_fd, &buf, (XdmcpNetaddr)&clnt_ss, &ss_len);
if G_UNLIKELY (! res) {
- g_debug (_("XMCP: Could not create XDMCP buffer!"));
+ g_debug (_("XDMCP: Could not create XDMCP buffer!"));
return TRUE;
}