mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Minor tidyup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13731 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
17345e79c3
commit
f25c26bd5d
1 changed files with 3 additions and 3 deletions
|
@ -3496,7 +3496,7 @@ transmute(ivars self, NSString *aString)
|
|||
}
|
||||
|
||||
/*
|
||||
* Access instance variables of NXConstnatString class consistently
|
||||
* Access instance variables of NXConstantString class consistently
|
||||
* with other concrete NSString subclasses.
|
||||
*/
|
||||
#define _self ((ivars)self)
|
||||
|
@ -3506,7 +3506,7 @@ transmute(ivars self, NSString *aString)
|
|||
freeWhenDone: (BOOL)flag
|
||||
{
|
||||
[NSException raise: NSGenericException
|
||||
format: @"Attempt to init an NXConstantString"];
|
||||
format: @"Attempt to init a constant string"];
|
||||
return nil;
|
||||
}
|
||||
|
||||
|
@ -3515,7 +3515,7 @@ transmute(ivars self, NSString *aString)
|
|||
freeWhenDone: (BOOL)flag
|
||||
{
|
||||
[NSException raise: NSGenericException
|
||||
format: @"Attempt to init an NXConstantString"];
|
||||
format: @"Attempt to init a constant string"];
|
||||
return nil;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue