Fixed typo

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4470 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-06-24 20:09:01 +00:00
parent 0fe2ae4892
commit 4cdac04f35

View file

@ -390,7 +390,7 @@ static int messages_received_count;
} }
} }
- (void) addRunloop: (NSRunLoop*)loop - (void) addRunLoop: (NSRunLoop*)loop
{ {
[self notImplemented: _cmd]; [self notImplemented: _cmd];
} }