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. */