mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
4e034a4b95
commit
f491e64f1b
10 changed files with 82 additions and 65 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue