summaryrefslogtreecommitdiff
path: root/capplets/about-me/mate-about-me-password.c
diff options
context:
space:
mode:
authorMonsta <[email protected]>2016-01-02 15:28:53 +0300
committerMonsta <[email protected]>2016-01-02 15:28:53 +0300
commit7e1663da9f59c382a024ddc034b4026b22b63060 (patch)
tree2bee8083d043e25516a8c063b648c266df970eba /capplets/about-me/mate-about-me-password.c
parent9e7b0ed69e45d129aa0d720a1e9a4d41b599a794 (diff)
downloadmate-control-center-7e1663da9f59c382a024ddc034b4026b22b63060.tar.bz2
mate-control-center-7e1663da9f59c382a024ddc034b4026b22b63060.tar.xz
about-me: fix typo
closes https://github.com/mate-desktop/mate-control-center/issues/213
Diffstat (limited to 'capplets/about-me/mate-about-me-password.c')
-rw-r--r--capplets/about-me/mate-about-me-password.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/capplets/about-me/mate-about-me-password.c b/capplets/about-me/mate-about-me-password.c
index 9c15524b..1d339587 100644
--- a/capplets/about-me/mate-about-me-password.c
+++ b/capplets/about-me/mate-about-me-password.c
@@ -198,7 +198,7 @@ spawn_passwd (PasswordDialog *pdialog, GError **error)
&my_stderr, /* Stderr */
error)) { /* GError */
- /* An error occured */
+ /* An error occurred */
free_passwd_resources (pdialog);
return FALSE;
@@ -566,7 +566,7 @@ io_watch_stdout (GIOChannel *source, GIOCondition condition, PasswordDialog *pdi
reinit = TRUE;
if (msg != NULL) {
- /* An error occured! */
+ /* An error occurred! */
passdlg_set_status (pdialog, msg);
g_free (msg);
@@ -964,7 +964,7 @@ passdlg_process_response (PasswordDialog *pdialog, gint response_id)
/* Set busy as this can be a long process */
passdlg_set_busy (pdialog, TRUE);
- /* Stop passwd if an error occured and it is still running */
+ /* Stop passwd if an error occurred and it is still running */
if (pdialog->backend_state == PASSWD_STATE_ERR) {
/* Stop passwd, free resources */
@@ -972,7 +972,7 @@ passdlg_process_response (PasswordDialog *pdialog, gint response_id)
}
/* Check that the backend is still running, or that an error
- * hass occured but it has not yet exited */
+ * hass occurred but it has not yet exited */
if (pdialog->backend_pid == -1) {
/* If it is not, re-run authentication */