From cd9e88989ff2fabdc66f96fa81e0c474e67d53aa Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 16 Feb 2000 15:44:55 +0000 Subject: fix minor typos svn path=/trunk/; revision=1795 --- camel/camel-store.c | 2 +- camel/gmime-base64.c | 2 +- camel/providers/mbox/camel-mbox-parser.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'camel') diff --git a/camel/camel-store.c b/camel/camel-store.c index 204e08b5f2..4e8e873ab3 100644 --- a/camel/camel-store.c +++ b/camel/camel-store.c @@ -236,7 +236,7 @@ camel_store_get_folder (CamelStore *store, const gchar *folder_name, CamelExcept * hierarchy. This folder is generally different from * the default folder. * - * @Return value: the tolevel folder. + * @Return value: the toplevel folder. **/ static CamelFolder * _get_root_folder (CamelStore *store, CamelException *ex) diff --git a/camel/gmime-base64.c b/camel/gmime-base64.c index 1d2abecdc6..a75e5c0f17 100644 --- a/camel/gmime-base64.c +++ b/camel/gmime-base64.c @@ -64,7 +64,7 @@ gmime_encode_base64 (CamelStream *input, CamelStream *output) switch (state % 3){ case 0: - /* full ouput, nothing left to do */ + /* full output, nothing left to do */ break; case 1: diff --git a/camel/providers/mbox/camel-mbox-parser.c b/camel/providers/mbox/camel-mbox-parser.c index 43a7fa3133..d730c07aa6 100644 --- a/camel/providers/mbox/camel-mbox-parser.c +++ b/camel/providers/mbox/camel-mbox-parser.c @@ -419,7 +419,7 @@ new_message_detected (CamelMboxPreParser *parser) * * This routine must be called when the parser has detected a header * and it wants the header content to be stored. The parser current position - * must EXACTELY be located at the begining of the header content line. + * must EXACTLY be located at the begining of the header content line. * For example, if the file contains the line : * from:Bertrand Guiheneuf * -- cgit