From 6653fc8be6ca8e43589662b188ec3cf7d3a6f478 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 12 May 2004 20:55:44 +0000 Subject: type-o fix for bug #58404 svn path=/trunk/; revision=25892 --- camel/providers/imap4/camel-imap4-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel') 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; } -- cgit v1.2.3