Minor spelling correction in samba-tool domain
authorDaniel Cotton <danielcotton.mailinglists@gmail.com>
Mon, 1 Dec 2014 17:15:21 +0000 (03:45 +1030)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 2 Dec 2014 00:18:53 +0000 (01:18 +0100)
Signed-Off-By: Daniel Cotton <danielcotton.patches at gmail.com>
Reviewed-By: Michael Adam <obnox@samba.org>
Reviewed-By: Jelmer Vernooij <jelmer@samba.org>
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date(master): Tue Dec  2 01:18:53 CET 2014 on sn-devel-104

python/samba/netcmd/domain.py

index 9dfbc391bca94b90bfe0758d281e9b2bf857f849..07a0460cadfa7a32423319f6f04df5d04fe854f2 100644 (file)
@@ -873,7 +873,7 @@ class cmd_domain_demote(Command):
             except ldb.LdbError, l:
                 pass
 
-        self.errf.write("Demote successfull\n")
+        self.errf.write("Demote successful\n")
 
 
 class cmd_domain_level(Command):