1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

python/join: fix a typo

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Douglas Bagnall 2018-06-07 20:11:26 +12:00 committed by Andrew Bartlett
parent 2d8cc50d39
commit 153252a55e

View File

@ -239,7 +239,7 @@ class dc_join(object):
== res[0]["objectSID"][0]:
raise DCJoinException("Not removing account %s which "
"looks like a Samba DC account "
"maching the password we already have. "
"matching the password we already have. "
"To override, remove secrets.ldb and secrets.tdb"
% ctx.samname)