summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2011-12-20 12:07:11 +1100
committerAmitay Isaacs <amitay@gmail.com>2011-12-23 16:18:26 +1100
commit8a7cdfcccd87f4a439304b95718d121bebecde70 (patch)
tree6f4b52d703f2b59def8763b17f9f9e1494158942 /source4/scripting
parentd340c2cae89d50d13acf450ce76520d686e5f522 (diff)
downloadsamba-8a7cdfcccd87f4a439304b95718d121bebecde70.tar.gz
samba-8a7cdfcccd87f4a439304b95718d121bebecde70.tar.bz2
samba-8a7cdfcccd87f4a439304b95718d121bebecde70.zip
samba-tool:dns: Fix a typo
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/python/samba/netcmd/dns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/netcmd/dns.py b/source4/scripting/python/samba/netcmd/dns.py
index 3dca36fcd3..002c5a2eab 100644
--- a/source4/scripting/python/samba/netcmd/dns.py
+++ b/source4/scripting/python/samba/netcmd/dns.py
@@ -861,7 +861,7 @@ class cmd_add_record(Command):
name,
add_rec_buf,
None)
- self.outf.write('Record added succefully\n')
+ self.outf.write('Record added successfully\n')
class cmd_update_record(Command):