mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
990a4e99a9
commit
a8d504b108
2 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue