aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/dotlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dotlock.c b/common/dotlock.c
index 1bc31d8a6..2dc143001 100644
--- a/common/dotlock.c
+++ b/common/dotlock.c
@@ -1229,7 +1229,7 @@ dotlock_take_w32 (dotlock_t h, long timeout)
/* Take a lock on H. A value of 0 for TIMEOUT returns immediately if
- the lock can't be taked, -1 waits forever (hopefully not), other
+ the lock can't be taken, -1 waits forever (hopefully not), other
values wait for TIMEOUT milliseconds. Returns: 0 on success */
int
dotlock_take (dotlock_t h, long timeout)