mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
([Proxy +newWithCoder:]): Fix misspelling in debug message.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1202 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
88559e5d9c
commit
e974176a55
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ enum
|
||||||
at: &target
|
at: &target
|
||||||
withName: NULL];
|
withName: NULL];
|
||||||
if (debug_proxy)
|
if (debug_proxy)
|
||||||
fprintf(stderr, "Recieving a proxy for local object 0x%x "
|
fprintf(stderr, "Receiving a proxy for local object 0x%x "
|
||||||
"connection 0x%x\n", target, (unsigned)decoder_connection);
|
"connection 0x%x\n", target, (unsigned)decoder_connection);
|
||||||
if (![[decoder_connection class] includesLocalObject: (id)target])
|
if (![[decoder_connection class] includesLocalObject: (id)target])
|
||||||
[NSException raise: @"ProxyDecodedBadTarget"
|
[NSException raise: @"ProxyDecodedBadTarget"
|
||||||
|
|
Loading…
Reference in a new issue