]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
auth_log_test: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sun, 19 Jul 2020 19:38:29 +0000 (21:38 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 17 Aug 2020 19:35:37 +0000 (19:35 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
python/samba/tests/audit_log_base.py

index c1223edad84d14a96492ecf760fa6f2e79e2fee5..f328b615df6fad09145e5f961e9c175438e19248 100644 (file)
@@ -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):