summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2017-02-18 08:47:12 +1300
committerGarming Sam <garming@samba.org>2017-02-22 08:26:21 +0100
commit897375e67588b48a622bb7db885d15224ee53ec9 (patch)
treeb0445b1f3903db88f4e7ae34f82e0540a1b15800 /docs-xml
parenta4ab7c73bda018147ca4e8645352503c2382fb74 (diff)
downloadsamba-897375e67588b48a622bb7db885d15224ee53ec9.tar.gz
Correct "overriden" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/Samba3-Developers-Guide/vfs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/Samba3-Developers-Guide/vfs.xml b/docs-xml/Samba3-Developers-Guide/vfs.xml
index f70fc96f372..70e2c65c32d 100644
--- a/docs-xml/Samba3-Developers-Guide/vfs.xml
+++ b/docs-xml/Samba3-Developers-Guide/vfs.xml
@@ -107,7 +107,7 @@ and how those functions would co-operate with the rest of VFS
subsystem. Each operation could perform in a following ways:
<itemizedlist>
<listitem><para><emphasis>transparent</emphasis>, meaning that while
- operation is overriden, the module will still call a previous
+ operation is overridden, the module will still call a previous
implementation, before or after its own action. This mode is
indicated by the constant
<literal>SMB_VFS_LAYER_TRANSPARENT</literal>;</para>