([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:
mccallum 1996-03-19 00:55:27 +00:00
parent 88559e5d9c
commit e974176a55

View file

@ -281,7 +281,7 @@ enum
at: &target
withName: NULL];
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);
if (![[decoder_connection class] includesLocalObject: (id)target])
[NSException raise: @"ProxyDecodedBadTarget"