diff options
Diffstat (limited to 'plugins/smartcard/msd-smartcard-manager.c')
-rw-r--r-- | plugins/smartcard/msd-smartcard-manager.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |