From 2c08d66386a9440b4f8cb588b65977cc7a5eaacb Mon Sep 17 00:00:00 2001 From: Jens Seidel Date: Sun, 21 Aug 2005 19:35:00 +0000 Subject: fixed a typo: s/occured/occurred/g svn path=/trunk/; revision=30180 --- mail/mail-mt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/mail-mt.c b/mail/mail-mt.c index b971496b0f..c21d3008b1 100644 --- a/mail/mail-mt.c +++ b/mail/mail-mt.c @@ -258,7 +258,7 @@ void mail_msg_check_error(void *msg) /* we key on the operation pointer, which is at least accurate enough for the operation type, although it could be on a different object. */ if (g_hash_table_lookup(active_errors, m->ops)) { - g_warning("Error occured while existing dialogue active:\n%s", camel_exception_get_description(&m->ex)); + g_warning("Error occurred while existing dialogue active:\n%s", camel_exception_get_description(&m->ex)); return; } -- cgit v1.2.3