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

@ -682,7 +682,7 @@ static unsigned gsu32Align;
* Copies length bytes of data from the memory encapsulated by the receiver
* into the specified buffer. The buffer must be large enough to contain
* length bytes of data ... if it isn't then a crash is likely to occur.<br />
* Invokes -getBytes:range: with the range set to iNSMakeRange(0, length)
* Invokes -getBytes:range: with the range set to NSMakeRange(0, length)
*/
- (void) getBytes: (void*)buffer length: (unsigned int)length
{
@ -711,7 +711,7 @@ static unsigned gsu32Align;
}
/**
* Returns an NSData instance encapsulating the memory from the reciever
* Returns an NSData instance encapsulating the memory from the receiver
* specified by the range aRange.<br />
* If aRange specifies a range which does not entirely lie within the
* receiver, an exception is raised.
@ -1917,7 +1917,7 @@ failure:
* then a range exception is raised.<br />
* Otherwise, if the range specified extends beyond the end
* of the data, then the size of the data is increased to
* accomodate the new bytes.<br />
* accommodate the new bytes.<br />
*/
- (void) replaceBytesInRange: (NSRange)aRange
withBytes: (const void*)bytes