aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
Diffstat (limited to 'camel')
-rw-r--r--camel/providers/imap4/camel-imap4-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap4/camel-imap4-store.c b/camel/providers/imap4/camel-imap4-store.c
index b7b4b4c358..75d45830bf 100644
--- a/camel/providers/imap4/camel-imap4-store.c
+++ b/camel/providers/imap4/camel-imap4-store.c
@@ -780,7 +780,7 @@ imap4_create_folder (CamelStore *store, const char *parent_name, const char *fol
if (*c == store->dir_sep || strchr ("#%*", *c)) {
camel_exception_setv (ex, CAMEL_EXCEPTION_FOLDER_INVALID_PATH,
_("The folder name \"%s\" is invalid because "
- "it containes the character \"%c\""),
+ "it contains the character \"%c\""),
folder_name, *c);
return NULL;
}