summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2012-02-14 10:47:40 -0500
committerRay Strode <rstrode@redhat.com>2012-02-14 10:48:45 -0500
commitaa22b2633d780cd11dc808ae8fed8fb954ddbdbd (patch)
tree6d2adc488374328ede20df1875f27fc3a7266ef0 /utils
parentc6406ec4e4caeea4e369dfdac90e41c1cc54ef8e (diff)
downloadgdm-aa22b2633d780cd11dc808ae8fed8fb954ddbdbd.tar.gz
gdmflexiserver: s/or or/ or
This commit addresses a typo introduced in the last messages fix up. Spotted by Ihar Hrachyshka
Diffstat (limited to 'utils')
-rw-r--r--utils/gdmflexiserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gdmflexiserver.c b/utils/gdmflexiserver.c
index bdf32445..423a8373 100644
--- a/utils/gdmflexiserver.c
+++ b/utils/gdmflexiserver.c
@@ -849,7 +849,7 @@ goto_login_session_for_systemd (DBusConnection *connection,
free (seat_id);
g_debug ("failed to determine whether seat can do multi session: %s", strerror (-res));
- g_set_error (error, GDM_FLEXISERVER_ERROR, 0, _("The system is unable to determine whether to switch to an existing login screen or or start up a new login screen."));
+ g_set_error (error, GDM_FLEXISERVER_ERROR, 0, _("The system is unable to determine whether to switch to an existing login screen or start up a new login screen."));
return FALSE;
}