Fix typos.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1276 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-03-26 20:59:42 +00:00
parent 4e034a4b95
commit f491e64f1b
10 changed files with 82 additions and 65 deletions

View file

@ -26,6 +26,7 @@
#include <objects/NSString.h>
#include <objects/StdioStream.h>
#include <objects/TextCStream.h>
#include <Foundation/NSException.h>
#define DEFAULT_FORMAT_VERSION 0
@ -276,7 +277,7 @@ static BOOL debug_binary_coder;
&& !((encoded_type=='c' || encoded_type=='C')
&& (*type=='c' || *type=='C')))
[NSException raise: NSGenericException
format @"Expected type \"%c\", got type \"%c\"",
format: @"Expected type \"%c\", got type \"%c\"",
*type, encoded_type];
switch (encoded_type)