]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Spelling fixes s/compatability/compatibility/
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 20:36:40 +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/CodingSuggestions.xml
docs-xml/archives/THANKS

index 5e44d030812da1d31c2a328fda722fc7d48ede6d..14044ca1bf7f7aa82634de415204ed097e6b15cb 100644 (file)
@@ -67,7 +67,7 @@ Samba.  First and foremost remember that:
 
 <para>
 Portability is a primary consideration in adding function, as is network
-compatability with de facto, existing, real world CIFS/SMB implementations.
+compatibility with de facto, existing, real world CIFS/SMB implementations.
 There are lots of platforms that Samba builds on so use caution when adding
 a call to a library function that is not invoked in existing Samba code.
 Also note that there are many quite different SMB/CIFS clients that Samba
index 137d96bdd42bd2dc46dce2e0aef613ccf9de86e5..d36515c0cd7e05273a69543aa664d2881ab59b48 100644 (file)
@@ -41,7 +41,7 @@ Isaac Heizer (isaache@microsoft.com)
     regularly to clarify points and to offer help.
     
     Dan has put me in touch with NT developers to help sort out bugs and
-    compatability issues. He has also supplied me with a copy of the
+    compatibility issues. He has also supplied me with a copy of the
     NT browsing spec, which will help a lot in the development of the
     Samba browser code.