From 20b406ce23a467b1424e3de9f82f54b9385a951d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 19 Jan 2007 03:55:17 +0000 Subject: r20890: spelling fix (This used to be commit 507266b951272534f0a0bad5fd5e2450438dcdf1) --- source4/ntvfs/posix/pvfs_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/posix') diff --git a/source4/ntvfs/posix/pvfs_lock.c b/source4/ntvfs/posix/pvfs_lock.c index 2a6a19133a..2e0f77616b 100644 --- a/source4/ntvfs/posix/pvfs_lock.c +++ b/source4/ntvfs/posix/pvfs_lock.c @@ -85,7 +85,7 @@ static void pvfs_lock_async_failed(struct pvfs_state *pvfs, /* called when we receive a pending lock notification. It means that - either our lock timed out or somoene else has unlocked a overlapping + either our lock timed out or someone else has unlocked a overlapping range, so we should try the lock again. Note that on timeout we do retry the lock, giving it a last chance. */ -- cgit