From: Volker Lendecke Date: Sun, 19 Jul 2020 19:38:29 +0000 (+0200) Subject: auth_log_test: Fix a typo X-Git-Tag: talloc-2.3.2~856 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acd8de28ac140453efa49d2ceff68175422473d2;p=thirdparty%2Fsamba.git auth_log_test: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/python/samba/tests/audit_log_base.py b/python/samba/tests/audit_log_base.py index c1223edad84..f328b615df6 100644 --- a/python/samba/tests/audit_log_base.py +++ b/python/samba/tests/audit_log_base.py @@ -66,7 +66,7 @@ class AuditLogTestBase(samba.tests.TestCase): self.remoteAddress = client_ip # - # Check the remote address of a message against the one beimg used + # Check the remote address of a message against the one being used # for the tests. # def isRemote(message):