summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDaniel Cotton <danielcotton.mailinglists@gmail.com>2014-12-02 03:45:21 +1030
committerJelmer Vernooij <jelmer@samba.org>2014-12-02 01:18:53 +0100
commit87d39a82048474e43045515bf5c8192bc20ba668 (patch)
tree16216bc6c78d6ed157d73de3ccfc164379c70342 /python
parent7dbc58f524fbde517966d671da138b69566929d7 (diff)
downloadsamba-87d39a82048474e43045515bf5c8192bc20ba668.tar.gz
Minor spelling correction in samba-tool domain
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
Diffstat (limited to 'python')
-rw-r--r--python/samba/netcmd/domain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/netcmd/domain.py b/python/samba/netcmd/domain.py
index 9dfbc391bca..07a0460cadf 100644
--- a/python/samba/netcmd/domain.py
+++ b/python/samba/netcmd/domain.py
@@ -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):