diff options
Diffstat (limited to 'capplets/about-me')
-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 */ |