diff options
author | Monsta <[email protected]> | 2016-01-02 15:38:29 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2016-01-02 15:38:29 +0300 |
commit | 6e7540e4ad8a022e2b17f86a46a5e5d7615fe594 (patch) | |
tree | bb261a49fb4f68aeb5cf9b772b0470548d4601c4 /capplets/about-me/mate-about-me-password.c | |
parent | 7e1663da9f59c382a024ddc034b4026b22b63060 (diff) | |
download | mate-control-center-6e7540e4ad8a022e2b17f86a46a5e5d7615fe594.tar.bz2 mate-control-center-6e7540e4ad8a022e2b17f86a46a5e5d7615fe594.tar.xz |
about-me: fix one more typo
Diffstat (limited to 'capplets/about-me/mate-about-me-password.c')
-rw-r--r-- | capplets/about-me/mate-about-me-password.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/about-me/mate-about-me-password.c b/capplets/about-me/mate-about-me-password.c index 1d339587..0b8e7cd3 100644 --- a/capplets/about-me/mate-about-me-password.c +++ b/capplets/about-me/mate-about-me-password.c @@ -972,7 +972,7 @@ passdlg_process_response (PasswordDialog *pdialog, gint response_id) } /* Check that the backend is still running, or that an error - * hass occurred but it has not yet exited */ + * has occurred but it has not yet exited */ if (pdialog->backend_pid == -1) { /* If it is not, re-run authentication */ |