Fix typos.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@965 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-02-22 16:05:12 +00:00
parent a7682719ea
commit 1c319c7279

View file

@ -518,7 +518,7 @@ static Class NSMutableData_concrete_class;
/* This method not in OpenStep */ /* This method not in OpenStep */
- (unsigned) capacity - (unsigned) capacity
{ {
[self subclassResponsiblity:_cmd]; [self subclassResponsibility: _cmd];
return 0; return 0;
} }
@ -536,7 +536,7 @@ static Class NSMutableData_concrete_class;
- (void*) mutableBytes - (void*) mutableBytes
{ {
[self subclassResponsibilty:_cmd]; [self subclassResponsibility:_cmd];
return NULL; return NULL;
} }