python/join: fix a typo
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 7 Jun 2018 08:11:26 +0000 (20:11 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 10 Jun 2018 17:02:20 +0000 (19:02 +0200)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/join.py

index dc6d234d0ed65f8cc775fad774b3ca78a4c754a3..30ecce77c55852ed5ff542ea05c3e5f0c535835c 100644 (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)