1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

Spelling fix s/informations/information/

Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Mathieu Parent
2019-03-25 15:02:45 +01:00
committed by Andrew Bartlett
parent 2044ca0e20
commit 720396f0fb
14 changed files with 20 additions and 20 deletions

View File

@ -1766,7 +1766,7 @@ class SamTests(samba.tests.TestCase):
self.assertNotEqual(int(res1[0]["pwdLastSet"][0]), 0)
# Open a second LDB connection with the user credentials. Use the
# command line credentials for informations like the domain, the realm
# command line credentials for information like the domain, the realm
# and the workstation.
sasl_creds = Credentials()
sasl_creds.set_username(username)