mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 17:12:03 +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
e878973737
commit
aca76da0ef
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>
|
2013-07-03 Ibadinov Marat <ibadinov@me.com>
|
||||||
|
|
||||||
* Source/Additions/GNUmakefile:
|
* Source/Additions/GNUmakefile:
|
||||||
|
|
|
@ -945,7 +945,7 @@ wordData(NSString *word)
|
||||||
* <item>chunked (for HTTP/1.1)</item>
|
* <item>chunked (for HTTP/1.1)</item>
|
||||||
* <item>x-uuencode</item>
|
* <item>x-uuencode</item>
|
||||||
* </list>
|
* </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
|
* this method to return a new coding context for your scheme
|
||||||
* when the info argument indicates that this is appropriate.
|
* when the info argument indicates that this is appropriate.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue