[gdm] gdmflexiserver: s/or or/ or



commit aa22b2633d780cd11dc808ae8fed8fb954ddbdbd
Author: Ray Strode <rstrode redhat com>
Date:   Tue Feb 14 10:47:40 2012 -0500

    gdmflexiserver: s/or or/ or
    
    This commit addresses a typo introduced in the
    last messages fix up.
    
    Spotted by Ihar Hrachyshka

 utils/gdmflexiserver.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/utils/gdmflexiserver.c b/utils/gdmflexiserver.c
index bdf3244..423a837 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;
         }



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