python:tests: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Fri, 30 Jun 2023 09:56:06 +0000 (11:56 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 5 Jul 2023 06:34:32 +0000 (06:34 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
python/samba/tests/dsdb.py

index d8d9ac1ee3ca0c195e8a979ab698f5c4e22ab918..37c36d6ab0216cbf69ac0b531258edef5749b552 100644 (file)
@@ -1189,7 +1189,7 @@ class DsdbStartUpTests(TestCase):
         lp = samba.tests.env_loadparm()
         path = lp.configfile
 
-        # This is to avoid a tatoo of the global state
+        # This is to avoid a tattoo of the global state
         self.lp = LoadParm(filename_for_non_global_lp=path)
         self.creds = Credentials()
         self.creds.guess(self.lp)