[phonemgr] trivial: fix typo in debug message



commit 8f9ca7ea42846219800d89d7cc851f34f0c6bc75
Author: Daniele Forsi <dforsi src gnome org>
Date:   Tue Apr 24 12:15:43 2012 +0200

    trivial: fix typo in debug message

 src/connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/connection.c b/src/connection.c
index 98c7412..26e7b43 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -202,7 +202,7 @@ on_status (PhonemgrListener *listener, int status, MyApp *app)
 			break;
 		case PHONEMGR_LISTENER_ERROR:
 			set_icon_state (app);
-			g_message ("Connected error occurred.");
+			g_message ("Connection error occurred.");
 			break;
 		default:
 			break;



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