mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-20 18:32:09 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@38331 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e1d9d86a61
commit
5f257ca202
1 changed files with 1 additions and 1 deletions
|
@ -2887,7 +2887,7 @@ static NSString* cmdWord(NSArray* a, unsigned int pos)
|
|||
d = [config objectForKey: @"*"];
|
||||
if ([d isKindOfClass: [NSDictionary class]])
|
||||
{
|
||||
d = [config objectForKey: @"*"];
|
||||
d = [d objectForKey: @"*"];
|
||||
}
|
||||
if (YES == [d isKindOfClass: [NSDictionary class]])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue