diff options
| author | Mike Gabriel <[email protected]> | 2015-06-17 22:23:19 +0200 | 
|---|---|---|
| committer | Stefano Karapetsas <[email protected]> | 2015-06-17 22:23:19 +0200 | 
| commit | a145189cdf876707edde66af27b480de5a94951e (patch) | |
| tree | a1e33dd404331dc3ca78ab425688b89807bd46e6 | |
| parent | 635c0367fcf70d1ea2ebe771ca7ed8c9dd0da286 (diff) | |
| download | mate-settings-daemon-a145189cdf876707edde66af27b480de5a94951e.tar.bz2 mate-settings-daemon-a145189cdf876707edde66af27b480de5a94951e.tar.xz  | |
Typo fix in debug message
Closes https://github.com/mate-desktop/mate-settings-daemon/issues/107
| -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;  }  | 
