This commit is contained in:
djcb 2013-05-22 00:07:01 +03:00
parent 0cb5f9145e
commit 2ae389afe1
1 changed files with 1 additions and 1 deletions

View File

@ -816,7 +816,7 @@ get_target_mdir (MuMsg *msg, const char *target_maildir, GError **err)
rootmaildir = mu_maildir_get_maildir_from_path (mu_msg_get_path(msg));
if (!rootmaildir) {
mu_util_g_set_error (err, MU_ERROR_GMIME,
"cannot determinex maildir");
"cannot determine maildir");
return NULL;
}