From 3084cf529195c19c00e6e2ddf7e8383b95235513 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 24 Jan 2012 22:54:06 +0100 Subject: fix typo (Unkown => Unknown), thanks lintian! --- plugins/housekeeping/gsd-disk-space.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/housekeeping/gsd-disk-space.c b/plugins/housekeeping/gsd-disk-space.c index 951264f..97e2093 100644 --- a/plugins/housekeeping/gsd-disk-space.c +++ b/plugins/housekeeping/gsd-disk-space.c @@ -607,7 +607,7 @@ gsd_ldsm_get_config () MATECONF_HOUSEKEEPING_DIR "/" MATECONF_MIN_NOTIFY_PERIOD, &error); if (error != NULL) { - g_warning ("Error reading configuration from MateConf: %s", error->message ? error->message : "Unkown error"); + g_warning ("Error reading configuration from MateConf: %s", error->message ? error->message : "Unknown error"); g_clear_error (&error); } @@ -619,7 +619,7 @@ gsd_ldsm_get_config () MATECONF_HOUSEKEEPING_DIR "/" MATECONF_IGNORE_PATHS, MATECONF_VALUE_STRING, &error); if (error != NULL) { - g_warning ("Error reading configuration from MateConf: %s", error->message ? error->message : "Unkown error"); + g_warning ("Error reading configuration from MateConf: %s", error->message ? error->message : "Unknown error"); g_clear_error (&error); } else { /* Make sure we dont leave stale entries in ldsm_notified_hash */ -- cgit v1.2.1