From aca76da0ef8e78d7ffc22f9efc4a58093af40f1a Mon Sep 17 00:00:00 2001 From: buzzdee Date: Wed, 3 Jul 2013 17:58:21 +0000 Subject: [PATCH] fix typo in comment git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36825 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 ++++ Source/Additions/GSMime.m | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index af6ee071f..26c52722d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-07-03 Sebastian Reitenbach + + * Source/Additions/GSMime.m + 2013-07-03 Ibadinov Marat * Source/Additions/GNUmakefile: diff --git a/Source/Additions/GSMime.m b/Source/Additions/GSMime.m index d1a976d41..9a5e30ab0 100644 --- a/Source/Additions/GSMime.m +++ b/Source/Additions/GSMime.m @@ -945,7 +945,7 @@ wordData(NSString *word) * chunked (for HTTP/1.1) * x-uuencode * - * To add new coding schemes to the parser, you need to ovrride + * To add new coding schemes to the parser, you need to override * this method to return a new coding context for your scheme * when the info argument indicates that this is appropriate. */