diff options
author | Amitay Isaacs <amitay@gmail.com> | 2011-12-20 12:07:11 +1100 |
---|---|---|
committer | Amitay Isaacs <amitay@gmail.com> | 2011-12-23 16:18:26 +1100 |
commit | 8a7cdfcccd87f4a439304b95718d121bebecde70 (patch) | |
tree | 6f4b52d703f2b59def8763b17f9f9e1494158942 /source4 | |
parent | d340c2cae89d50d13acf450ce76520d686e5f522 (diff) | |
download | samba-8a7cdfcccd87f4a439304b95718d121bebecde70.tar.gz samba-8a7cdfcccd87f4a439304b95718d121bebecde70.tar.bz2 samba-8a7cdfcccd87f4a439304b95718d121bebecde70.zip |
samba-tool:dns: Fix a typo
Diffstat (limited to 'source4')
-rw-r--r-- | source4/scripting/python/samba/netcmd/dns.py | 2 |
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): |