Typo fix - guess I'm too tired.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3023 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1998-10-03 05:22:09 +00:00
parent b57786de16
commit 53acdd7852

View file

@ -2027,7 +2027,7 @@ static int messages_received_count;
if (anObj)
{
[root_object_dictionary_gate lock];
[root_object_dictionary setObject: Obj forKey: aPort];
[root_object_dictionary setObject: anObj forKey: aPort];
[root_object_dictionary_gate unlock];
}
else /* anObj == nil && oldRootObject != nil */