mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix typos.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@134 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0669837361
commit
f4e1da3e6d
1 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@
|
|||
else
|
||||
coll_hash_add(&_contents_hash, aKey,
|
||||
newContentElement);
|
||||
ELT_RETAIN(newContentElement);
|
||||
RETAIN_ELT(newContentElement);
|
||||
return self;
|
||||
}
|
||||
|
||||
|
@ -189,7 +189,7 @@
|
|||
{
|
||||
ret = node->value;
|
||||
coll_hash_remove(_contents_hash, aKey);
|
||||
return ELT_AUTORELEASE(ret);
|
||||
return AUTORELEASE_ELT(ret);
|
||||
}
|
||||
else
|
||||
RETURN_BY_CALLING_EXCEPTION_FUNCTION(excFunc);
|
||||
|
|
Loading…
Reference in a new issue