diff options
author | Gerald Carter <jerry@samba.org> | 2006-05-24 06:50:22 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:19 -0500 |
commit | f310bea8a3d73ef2fae3215ec778312aa23cacc3 (patch) | |
tree | c94dd35897666a59baf346d854a95b99114a851c | |
parent | 9b6c6fc14e8181968d2b426ddc4995492d72fb50 (diff) | |
download | samba-f310bea8a3d73ef2fae3215ec778312aa23cacc3.tar.gz samba-f310bea8a3d73ef2fae3215ec778312aa23cacc3.tar.bz2 samba-f310bea8a3d73ef2fae3215ec778312aa23cacc3.zip |
fix a typo
(This used to be commit 3ac8948ad542bb19e4be16324cc2e1f33c129670)
-rw-r--r-- | docs/smbdotconf/locking/strictlocking.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/smbdotconf/locking/strictlocking.xml b/docs/smbdotconf/locking/strictlocking.xml index 4aa337cc93..9a2498d91d 100644 --- a/docs/smbdotconf/locking/strictlocking.xml +++ b/docs/smbdotconf/locking/strictlocking.xml @@ -4,7 +4,7 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para> - This is an enumberated type that controls the handling of file locking in the server. When this is set to <constant>yes</constant>, + This is an enumerated type that controls the handling of file locking in the server. When this is set to <constant>yes</constant>, the server will check every read and write access for file locks, and deny access if locks exist. This can be slow on some systems. </para> |