From: Andreas Schneider Date: Fri, 30 Jun 2023 09:56:06 +0000 (+0200) Subject: python:tests: Fix code spelling X-Git-Tag: talloc-2.4.1~107 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3233fc0335607ee67c1e03b6387d4b3efb0cc24d;p=thirdparty%2Fsamba.git python:tests: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Joseph Sutton --- diff --git a/python/samba/tests/dsdb.py b/python/samba/tests/dsdb.py index d8d9ac1ee3c..37c36d6ab02 100644 --- a/python/samba/tests/dsdb.py +++ b/python/samba/tests/dsdb.py @@ -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)