Spelling fixes s/staticly/statically/
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 20:36:54 +0000 (22:36 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 1 Sep 2019 22:21:28 +0000 (22:21 +0000)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
docs-xml/Samba-Developers-Guide/vfs.xml
source4/lib/wmi/wmi_wrap.c

index b58410b369d33173f1b4c0da10344a09e4fc2373..c9303d6abdc40259112f9cb36304c1986bfb4a66 100644 (file)
@@ -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>
 
index 07eba3e3fbd80129321cac43ad5ed358c132b197..0fd94300ba3907880fab94f70dfc0a5afbc4a858 100644 (file)
@@ -3782,7 +3782,7 @@ static swig_const_info swig_const_table[] = {
  * array with the correct data and linking the correct swig_cast_info
  * structures together.
  *
- * The generated swig_type_info structures are assigned staticly to an initial 
+ * The generated swig_type_info structures are assigned statically to an initial 
  * array. We just loop through that array, and handle each type individually.
  * First we lookup if this type has been already loaded, and if so, use the
  * loaded structure instead of the generated one. Then we have to fill in the