Fix typos

This commit is contained in:
Jonas Bernoulli
2020-07-25 16:27:34 +02:00
parent 6d73ca8ec3
commit b711ad9151
8 changed files with 10 additions and 10 deletions

View File

@ -922,7 +922,7 @@ msg_move (const char* src, const char *dst, GError **err)
if (rename (src, dst) == 0) /* seems it worked. */
return msg_move_check_post (src, dst, err);
if (errno != EXDEV) /* some unrecoverable error occured */
if (errno != EXDEV) /* some unrecoverable error occurred */
return mu_util_g_set_error
(err, MU_ERROR_FILE,"error moving %s to %s", src, dst);