mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6396 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
68ca83563c
commit
87ca114f49
2 changed files with 5 additions and 1 deletions
|
@ -311,7 +311,7 @@ static NSString *pathForUser(NSString *user)
|
|||
path = [home stringByAppendingPathComponent: GNU_UserDefaultsPrefix];
|
||||
if ([mgr fileExistsAtPath: path isDirectory: &isDir] == NO)
|
||||
{
|
||||
NSLog(@"Directory '%'@ does not exist - creating it", path);
|
||||
NSLog(@"Directory '%@' does not exist - creating it", path);
|
||||
if ([mgr createDirectoryAtPath: path attributes: nil] == NO)
|
||||
{
|
||||
NSLog(@"Unable to create user GNUstep directory '%@'", path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue