[gnome-session] [gsm] Fix typo in error message



commit d90b939286251b9fff6d849cfbcce2eb3681ca9f
Author: Vincent Untz <vuntz gnome org>
Date:   Thu Oct 1 12:49:04 2009 +0200

    [gsm] Fix typo in error message

 gnome-session/gsm-dbus-client.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-session/gsm-dbus-client.c b/gnome-session/gsm-dbus-client.c
index 5c93a22..e0aaf3d 100644
--- a/gnome-session/gsm-dbus-client.c
+++ b/gnome-session/gsm-dbus-client.c
@@ -165,7 +165,7 @@ handle_end_session_response (GsmDBusClient *client,
                 raise_error (client->priv->connection,
                              message,
                              DBUS_ERROR_FAILED,
-                             "There is a syntax error in the invocation of the method EndSessionReponse");
+                             "There is a syntax error in the invocation of the method EndSessionResponse");
                 return;
         }
 



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