Small typo





--
Pablo Martí
http://www.linkedin.com/in/pmarti || http://www.warp.es
python -c "print '706d6172746940776172702e6573'.decode('hex')"

From 8ac84955c27217364f6111e8d6aef346f21cdf8b Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Pablo=20Mart=C3=AD?= <pmarti warp es>
Date: Tue, 2 Jun 2009 14:32:17 +0200
Subject: [PATCH] Fix typo
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Pablo Martí <pmarti warp es>
---
 libnm-util/nm-setting.c                     |    2 +-
 system-settings/plugins/keyfile/io/reader.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libnm-util/nm-setting.c b/libnm-util/nm-setting.c
index 49f88e1..f9e9f19 100644
--- a/libnm-util/nm-setting.c
+++ b/libnm-util/nm-setting.c
@@ -176,7 +176,7 @@ one_property_cb (gpointer key, gpointer val, gpointer user_data)
 	param_spec = g_object_class_find_property (info->class, prop_name);
 	if (!param_spec || !(param_spec->flags & NM_SETTING_PARAM_SERIALIZE)) {
 		/* Oh, we're so nice and only warn, maybe it should be a fatal error? */
-		nm_warning ("Ignorning invalid property '%s'", prop_name);
+		nm_warning ("Ignoring invalid property '%s'", prop_name);
 		return;
 	}
 
diff --git a/system-settings/plugins/keyfile/io/reader.c b/system-settings/plugins/keyfile/io/reader.c
index e7f360d..13c4b12 100644
--- a/system-settings/plugins/keyfile/io/reader.c
+++ b/system-settings/plugins/keyfile/io/reader.c
@@ -643,7 +643,7 @@ connection_from_file (const char *filename)
 	bad_permissions = statbuf.st_mode & 0077;
 
 	if (bad_owner || bad_permissions) {
-		g_warning ("Ignorning insecure configuration file '%s'", filename);
+		g_warning ("Ignoring insecure configuration file '%s'", filename);
 		return NULL;
 	}
 
-- 
1.6.0.4



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