From caf92d88c2409a18b71492d1d57d993a181df1a4 Mon Sep 17 00:00:00 2001 From: theraven Date: Wed, 2 Sep 2009 16:07:00 +0000 Subject: [PATCH] Fixed typo pointed out by Philippe Roussel. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28600 72102866-910b-0410-8b05-ffd578937521 --- Source/NSLock.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSLock.m b/Source/NSLock.m index da404d018..f0570e2f4 100644 --- a/Source/NSLock.m +++ b/Source/NSLock.m @@ -48,7 +48,7 @@ if (EINVAL == err)\ {\ [NSException raise: NSLockException\ - format: @"failed to unlock mutex"];\ + format: @"failed to lock mutex"];\ }\ if (EDEADLK == err)\ {\