mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Spelling fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21962 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
11b4799893
commit
c9c6734169
77 changed files with 3217 additions and 233 deletions
|
@ -39,10 +39,10 @@ GS_EXPORT NSString* const NSXMLParserErrorDomain;
|
|||
|
||||
/**
|
||||
* This class is a PRE-ALPHA implementation. You should be prepared to
|
||||
* track down and fix bugs and prefereably contribute fixes back.<br />
|
||||
* track down and fix bugs and preferably contribute fixes back.<br />
|
||||
* If you don't want to do that, use the [GSXMLParser] class instead ...
|
||||
* This NSXMLParser class is implemented as a wrapper round some of the
|
||||
* functionality of the more powerful GSXML APis, and is intended as a
|
||||
* functionality of the more powerful GSXML APIs, and is intended as a
|
||||
* MacOSX compatibility feature.
|
||||
* <p>
|
||||
* This class implements an event driven parser handling the parsing
|
||||
|
@ -91,7 +91,7 @@ GS_EXPORT NSString* const NSXMLParserErrorDomain;
|
|||
- (id) initWithData: (NSData*)data;
|
||||
|
||||
/**
|
||||
* Parses the supplied data and returns YES on succdess, NO otherwise.
|
||||
* Parses the supplied data and returns YES on success, NO otherwise.
|
||||
*/
|
||||
- (BOOL) parse;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue