diff options
author | Dan Winship <danw@src.gnome.org> | 2000-02-16 23:44:55 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-02-16 23:44:55 +0800 |
commit | cd9e88989ff2fabdc66f96fa81e0c474e67d53aa (patch) | |
tree | a3ceec0f688db88bfdb9455c1d7c687bc96587c7 | |
parent | 4cd1c91c5a1f557951cbaa3425631642d5974c40 (diff) | |
download | gsoc2013-evolution-cd9e88989ff2fabdc66f96fa81e0c474e67d53aa.tar gsoc2013-evolution-cd9e88989ff2fabdc66f96fa81e0c474e67d53aa.tar.gz gsoc2013-evolution-cd9e88989ff2fabdc66f96fa81e0c474e67d53aa.tar.bz2 gsoc2013-evolution-cd9e88989ff2fabdc66f96fa81e0c474e67d53aa.tar.lz gsoc2013-evolution-cd9e88989ff2fabdc66f96fa81e0c474e67d53aa.tar.xz gsoc2013-evolution-cd9e88989ff2fabdc66f96fa81e0c474e67d53aa.tar.zst gsoc2013-evolution-cd9e88989ff2fabdc66f96fa81e0c474e67d53aa.zip |
fix minor typos
svn path=/trunk/; revision=1795
-rw-r--r-- | camel/camel-store.c | 2 | ||||
-rw-r--r-- | camel/gmime-base64.c | 2 | ||||
-rw-r--r-- | camel/providers/mbox/camel-mbox-parser.c | 2 |
3 files changed, 3 insertions, 3 deletions
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 <bertrand@helixcode.com> * |