From 18873f69d5ede8f3b2c65ce2c4989216d1323680 Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 8 Mar 1999 10:55:49 +0000 Subject: [PATCH] Fixed typo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3871 72102866-910b-0410-8b05-ffd578937521 --- Source/NSDistributedLock.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSDistributedLock.m b/Source/NSDistributedLock.m index 4c9c49b69..ab2956321 100644 --- a/Source/NSDistributedLock.m +++ b/Source/NSDistributedLock.m @@ -135,7 +135,7 @@ if ([fileManager fileExistsAtPath: lockPath isDirectory: &dir] == NO) { locked = [fileManager createDirectoryAtPath: lockPath - attributes: attributes]; + attributes: attributesToSet]; if (locked == NO) { NSLog(@"Failed to create lock directory '%@' - %s",