[phonemgr] Clarify that the program is using libgnokii and fix a typo



commit ff38c9ed28d8ef7d5271db1089022b4e3c1b7863
Author: Daniele Forsi <dforsi src gnome org>
Date:   Thu Dec 9 19:32:16 2010 +0100

    Clarify that the program is using libgnokii and fix a typo

 libgsm/phonemgr-utils.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgsm/phonemgr-utils.c b/libgsm/phonemgr-utils.c
index 39c6602..d2ffb34 100644
--- a/libgsm/phonemgr-utils.c
+++ b/libgsm/phonemgr-utils.c
@@ -586,7 +586,7 @@ phonemgr_utils_tell_driver (const char *addr)
 	channel = -1;
 	type = phonemgr_utils_address_is (addr);
 	if (phonemgr_utils_connection_is_supported (type) == FALSE) {
-		g_warning ("Connection type isn't support by your gnokii build");
+		g_warning ("Connection type isn't supported by your libgnokii build");
 		return;
 	}
 
@@ -633,7 +633,7 @@ phonemgr_utils_write_gnokii_config (const char *addr)
 	channel = -1;
 	type = phonemgr_utils_address_is (addr);
 	if (phonemgr_utils_connection_is_supported (type) == FALSE) {
-		g_warning ("Connection type isn't support by your gnokii build");
+		g_warning ("Connection type isn't supported by your libgnokii build");
 		return;
 	}
 



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