From a145189cdf876707edde66af27b480de5a94951e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 17 Jun 2015 22:23:19 +0200 Subject: Typo fix in debug message Closes https://github.com/mate-desktop/mate-settings-daemon/issues/107 --- plugins/smartcard/msd-smartcard-manager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/smartcard') diff --git a/plugins/smartcard/msd-smartcard-manager.c b/plugins/smartcard/msd-smartcard-manager.c index 4702afb..3b4b738 100644 --- a/plugins/smartcard/msd-smartcard-manager.c +++ b/plugins/smartcard/msd-smartcard-manager.c @@ -604,11 +604,11 @@ load_nss (GError **error) goto out; } - g_debug ("NSS database sucessfully loaded"); + g_debug ("NSS database successfully loaded"); return TRUE; out: - g_debug ("NSS database couldn't be sucessfully loaded"); + g_debug ("NSS database couldn't be successfully loaded"); return FALSE; } -- cgit v1.2.1