diff options
author | Jens Seidel <jseidel@src.gnome.org> | 2005-08-22 03:35:00 +0800 |
---|---|---|
committer | Jens Seidel <jseidel@src.gnome.org> | 2005-08-22 03:35:00 +0800 |
commit | 2c08d66386a9440b4f8cb588b65977cc7a5eaacb (patch) | |
tree | a8a710e12ffe202af0f401566eb2c7bd0b2a463a /mail | |
parent | e967f26d1a99cdcbab0a5ab626d11c3286e61d1b (diff) | |
download | gsoc2013-evolution-2c08d66386a9440b4f8cb588b65977cc7a5eaacb.tar.gz gsoc2013-evolution-2c08d66386a9440b4f8cb588b65977cc7a5eaacb.tar.zst gsoc2013-evolution-2c08d66386a9440b4f8cb588b65977cc7a5eaacb.zip |
fixed a typo: s/occured/occurred/g
svn path=/trunk/; revision=30180
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail-mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |