]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/passwords: fix a typo
authorGarming Sam <garming@catalyst.net.nz>
Wed, 13 Apr 2016 04:35:53 +0000 (16:35 +1200)
committerGarming Sam <garming@samba.org>
Tue, 19 Apr 2016 05:54:35 +0000 (07:54 +0200)
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Garming Sam <garming@samba.org>
Autobuild-Date(master): Tue Apr 19 07:54:35 CEST 2016 on sn-devel-144

source4/dsdb/tests/python/passwords.py

index a9d5b023b2cde9e4071eef6ddc0eea7b81aea0b6..db013ea46adfee67dc8a7b973a2baf7aa9650990 100755 (executable)
@@ -87,7 +87,7 @@ class PasswordTests(samba.tests.TestCase):
         # Get the old "minPwdAge"
         minPwdAge = self.ldb.get_minPwdAge()
 
-        # Set it temporarely to "0"
+        # Set it temporarily to "0"
         self.ldb.set_minPwdAge("0")
         self.base_dn = self.ldb.domain_dn()