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 /camel/providers/mbox | |
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
Diffstat (limited to 'camel/providers/mbox')
-rw-r--r-- | camel/providers/mbox/camel-mbox-parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
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> * |