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:
CaS 2005-11-06 13:53:40 +00:00
parent 4fbb0dcde7
commit 5af2d9d0a2
77 changed files with 3217 additions and 233 deletions

View file

@ -91,7 +91,7 @@
* Copies index values into aBuffer until there are no index values left or
* aBuffer is full (assuming that the size of aBuffer is given by aCount).<br />
* Only copies index values present in aRange and copies them in order.<br />
* Returns the number of index values placed in aVuffer.<br />
* Returns the number of index values placed in aBuffer.<br />
* Modifies aRange to start after the last index value copied.<br />
* If aRange is a null pointer, this method attempts to get <em>all</em>
* index values from the set (and of course no range can be returned in it).