From: Douglas Bagnall Date: Thu, 7 Jun 2018 08:11:26 +0000 (+1200) Subject: python/join: fix a typo X-Git-Tag: tevent-0.9.37~388 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=153252a55e66533d5bdbb419f259c1682801ae53;p=thirdparty%2Fsamba.git python/join: fix a typo Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/join.py b/python/samba/join.py index dc6d234d0ed..30ecce77c55 100644 --- a/python/samba/join.py +++ b/python/samba/join.py @@ -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)