summaryrefslogtreecommitdiff
path: root/daemon/gdm-xdmcp-display-factory.c
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2011-11-03 14:07:02 -0400
committerRay Strode <rstrode@redhat.com>2011-11-03 14:08:35 -0400
commitdf5057745c49c589d609420c9d3b1f768022e640 (patch)
treefaf1d2796f21f457e5eb8ed4f75e8ebee828f8e3 /daemon/gdm-xdmcp-display-factory.c
parent7c4b7c145ca7a3e011e9baa1c5b81f59816e0c17 (diff)
downloadgdm-df5057745c49c589d609420c9d3b1f768022e640.tar.gz
daemon: correct XDMCP misspelling
It's spelled XDMCP not XMDCP https://bugzilla.gnome.org/show_bug.cgi?id=663338
Diffstat (limited to 'daemon/gdm-xdmcp-display-factory.c')
-rw-r--r--daemon/gdm-xdmcp-display-factory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/gdm-xdmcp-display-factory.c b/daemon/gdm-xdmcp-display-factory.c
index 1bbe02e8..2e0cd846 100644
--- a/daemon/gdm-xdmcp-display-factory.c
+++ b/daemon/gdm-xdmcp-display-factory.c
@@ -2905,13 +2905,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;
}