summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-08-29 22:36:54 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-09-01 22:21:28 +0000
commit1a750eb1f7f2d5246e451d2162d8c52b6d4d5ad1 (patch)
tree6e53d22abfd5bec311e6b0e1d33d64cba44dad44 /docs-xml
parent7c2ee8feab5c2e02a33d4ea4fcd7b861d6a1dbb3 (diff)
downloadsamba-1a750eb1f7f2d5246e451d2162d8c52b6d4d5ad1.tar.gz
Spelling fixes s/staticly/statically/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/Samba-Developers-Guide/vfs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/Samba-Developers-Guide/vfs.xml b/docs-xml/Samba-Developers-Guide/vfs.xml
index b58410b369d..c9303d6abdc 100644
--- a/docs-xml/Samba-Developers-Guide/vfs.xml
+++ b/docs-xml/Samba-Developers-Guide/vfs.xml
@@ -311,7 +311,7 @@ typedef enum _vfs_op_layer {
<para>
As each Samba module a VFS module should have a
-<programlisting>NTSTATUS vfs_example_init(void);</programlisting> function if it's staticly linked to samba or
+<programlisting>NTSTATUS vfs_example_init(void);</programlisting> function if it's statically linked to samba or
<programlisting>NTSTATUS init_module(void);</programlisting> function if it's a shared module.
</para>