From: Garming Sam Date: Wed, 13 Apr 2016 04:35:53 +0000 (+1200) Subject: tests/passwords: fix a typo X-Git-Tag: talloc-2.1.7~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fec698dbfd63e0c63c4fc1fd536839ae39e7077e;p=thirdparty%2Fsamba.git tests/passwords: fix a typo Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett Autobuild-User(master): Garming Sam Autobuild-Date(master): Tue Apr 19 07:54:35 CEST 2016 on sn-devel-144 --- diff --git a/source4/dsdb/tests/python/passwords.py b/source4/dsdb/tests/python/passwords.py index a9d5b023b2c..db013ea46ad 100755 --- a/source4/dsdb/tests/python/passwords.py +++ b/source4/dsdb/tests/python/passwords.py @@ -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()