]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4/dsdb/pytest/ldap_schema: fix typo in docs
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Sat, 27 Oct 2018 21:56:15 +0000 (10:56 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 1 Nov 2018 04:08:09 +0000 (05:08 +0100)
Commit 311727947799e896e05d644103c9db80a665de88 removed a duplicate
test but it removed the wrong one, leaving this dreadful typo.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <noel.power@suse.com>
source4/dsdb/tests/python/ldap_schema.py

index 6153852a59fd687587a9c6d9f06f071185bf9dba..821518d55083275187ba3c1f420d5966b1445bee 100755 (executable)
@@ -246,7 +246,7 @@ name: """ + object_name + """
         delete_force(self.ldb, "cn=%s,cn=Users,%s" % (object_name, self.base_dn))
 
     def test_subClassOf(self):
-        """ Testing usage of custom child schamaClass
+        """ Testing usage of custom child classSchema
         """
 
         class_name = "my-Class" + time.strftime("%s", time.gmtime())