fix typo in comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36825 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sebastian Reitenbach 2013-07-03 17:58:21 +00:00
parent 990a4e99a9
commit a8d504b108
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-07-03 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Source/Additions/GSMime.m
2013-07-03 Ibadinov Marat <ibadinov@me.com>
* Source/Additions/GNUmakefile:

View file

@ -945,7 +945,7 @@ wordData(NSString *word)
* <item>chunked (for HTTP/1.1)</item>
* <item>x-uuencode</item>
* </list>
* 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.
*/