diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-01-19 03:55:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:43:46 -0500 |
commit | 20b406ce23a467b1424e3de9f82f54b9385a951d (patch) | |
tree | 6dd3f3525b4ea1c657cf8d64550bb020ed3eabf6 /source4/ntvfs | |
parent | 5cb78383fafa15c2ff7a4ccd194cccd5cf5cd263 (diff) | |
download | samba-20b406ce23a467b1424e3de9f82f54b9385a951d.tar.gz samba-20b406ce23a467b1424e3de9f82f54b9385a951d.tar.bz2 samba-20b406ce23a467b1424e3de9f82f54b9385a951d.zip |
r20890: spelling fix
(This used to be commit 507266b951272534f0a0bad5fd5e2450438dcdf1)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/posix/pvfs_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |