mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +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
|
@ -944,7 +944,7 @@ typedef struct {
|
|||
* then this method returns NO since it finds no characters to store
|
||||
* in value before it finds string.
|
||||
* </p>
|
||||
* <p>To count the occurrances of string, this should be used in
|
||||
* <p>To count the occurrences of string, this should be used in
|
||||
* conjunction with the -scanString:intoString: method.
|
||||
* </p>
|
||||
* <example>
|
||||
|
@ -1061,7 +1061,7 @@ typedef struct {
|
|||
/**
|
||||
* Sets the set of characters that the scanner will skip over at the
|
||||
* start of each scanning operation to be <em>skipSet</em>.
|
||||
* Skipping is performed by literal character matchins - the case
|
||||
* Skipping is performed by literal character matching - the case
|
||||
* sensitivity of the scanner does not effect it.
|
||||
* If this is set to nil, no skipping is done.
|
||||
* <br/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue