auth:credentials: Fix code spelling
authorJo Sutton <josutton@catalyst.net.nz>
Mon, 8 Apr 2024 05:29:40 +0000 (17:29 +1200)
committerJo Sutton <jsutton@samba.org>
Sun, 21 Apr 2024 22:10:36 +0000 (22:10 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
auth/credentials/tests/bind.py

index ce81b736e86fdca96d21a2255aec17ed3bc2fff9..97370666b3b0d901deae1d35bfddd4a4d5899428 100755 (executable)
@@ -140,7 +140,7 @@ unicodePwd:: """ + base64.b64encode(u"\"P@ssw0rd\"".encode('utf-16-le')).decode(
         res = ldb_virtual.search(base="", expression="", scope=SCOPE_BASE, attrs=["*"])
 
     def test_computer_account_bind(self):
-        # create a computer acocount for the test
+        # create a computer account for the test
         delete_force(self.ldb, self.computer_dn)
         self.ldb.add_ldif("""
 dn: """ + self.computer_dn + """