mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 08:30:59 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6879 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a205d22539
commit
589e219147
1 changed files with 1 additions and 1 deletions
|
@ -1054,7 +1054,7 @@ main(int argc, char** argv, char **env)
|
|||
|
||||
/* Register a connection that provides the server object to the network */
|
||||
conn = [NSConnection defaultConnection];
|
||||
[conn setRootobject: server];
|
||||
[conn setRootObject: server];
|
||||
if ([conn registerName: PBSNAME] == NO)
|
||||
{
|
||||
NSLog(@"Unable to register with name server.\n");
|
||||
|
|
Loading…
Reference in a new issue