mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
a7682719ea
commit
1c319c7279
1 changed files with 2 additions and 2 deletions
|
@ -518,7 +518,7 @@ static Class NSMutableData_concrete_class;
|
|||
/* This method not in OpenStep */
|
||||
- (unsigned) capacity
|
||||
{
|
||||
[self subclassResponsiblity:_cmd];
|
||||
[self subclassResponsibility: _cmd];
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -536,7 +536,7 @@ static Class NSMutableData_concrete_class;
|
|||
|
||||
- (void*) mutableBytes
|
||||
{
|
||||
[self subclassResponsibilty:_cmd];
|
||||
[self subclassResponsibility:_cmd];
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue