Spelling fixes s/overrided/overridden/
authorMathieu Parent <math.parent@gmail.com>
Mon, 25 Mar 2019 14:20:44 +0000 (15:20 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 2 Apr 2019 01:12:11 +0000 (01:12 +0000)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
lib/ldb/man/ldbadd.1.xml
lib/ldb/man/ldbdel.1.xml
lib/ldb/man/ldbmodify.1.xml
lib/ldb/man/ldbrename.1.xml
lib/ldb/man/ldbsearch.1.xml
python/samba/tests/posixacl.py

index db360a1ec9a437eecb96605eea2401116e08a73a..4736b3bd11daa08674197450ee8a9475612f7f79 100644 (file)
@@ -68,7 +68,7 @@
 
        <variablelist>
                <varlistentry><term>LDB_URL</term>
-                       <listitem><para>LDB URL to connect to (can be overrided by using the 
+                       <listitem><para>LDB URL to connect to (can be overridden by using the 
                                        -H command-line option.)</para></listitem>
                </varlistentry>
        </variablelist>
index 18bef3cd0b78f619f0f6440fb023cf4f1a5f6cca..c4cd450f83eb0b37adcb4f52b39ab5444f64c52b 100644 (file)
@@ -66,7 +66,7 @@
 
        <variablelist>
                <varlistentry><term>LDB_URL</term>
-                       <listitem><para>LDB URL to connect to (can be overrided by using the 
+                       <listitem><para>LDB URL to connect to (can be overridden by using the 
                                        -H command-line option.)</para></listitem>
                </varlistentry>
        </variablelist>
index 405e47a1e9f3a5cce1ec4aa7622495bee2bf89a6..ddeeee7c0a4b682cb0452b98dbfb2da29b57bf15 100644 (file)
@@ -56,7 +56,7 @@
 
        <variablelist>
                <varlistentry><term>LDB_URL</term>
-                       <listitem><para>LDB URL to connect to (can be overrided by using the 
+                       <listitem><para>LDB URL to connect to (can be overridden by using the 
                                        -H command-line option.)</para></listitem>
                </varlistentry>
        </variablelist>
index 81472a66457f54bafd8360037def42092a1bde91..897c40e27882272e46c5af0330dc5f56a194fcf2 100644 (file)
@@ -70,7 +70,7 @@
 
        <variablelist>
                <varlistentry><term>LDB_URL</term>
-                       <listitem><para>LDB URL to connect to (can be overrided by using the 
+                       <listitem><para>LDB URL to connect to (can be overridden by using the 
                                        -H command-line option.)</para></listitem>
                </varlistentry>
        </variablelist>
index abf369d00e131a97b59ffdb36e7e77b2853fec7a..b85399272beb71eafbf2b42eeaf39ccf8b1800e5 100644 (file)
@@ -82,7 +82,7 @@
 
        <variablelist>
                <varlistentry><term>LDB_URL</term>
-                       <listitem><para>LDB URL to connect to (can be overrided by using the 
+                       <listitem><para>LDB URL to connect to (can be overridden by using the 
                                        -H command-line option.)</para></listitem>
                </varlistentry>
        </variablelist>
index a758df9b19ebab0ee0e9017473be3afe26beec60..65ca2c846f5c89c53030dcb828f36d8ea3b573a3 100644 (file)
@@ -54,7 +54,7 @@ class PosixAclMappingTests(TestCaseInTempDir):
         Get session_info for setntacl.
 
         This test case always return None, to run tests without session_info
-        like before. To be overrided in derived class.
+        like before. To be overridden in derived class.
         """
         return None