summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/samba/netcmd/dns.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/samba/netcmd/dns.py b/python/samba/netcmd/dns.py
index c00d17ad72..309951d2d8 100644
--- a/python/samba/netcmd/dns.py
+++ b/python/samba/netcmd/dns.py
@@ -1115,7 +1115,7 @@ class cmd_update_record(Command):
name,
add_rec_buf,
del_rec_buf)
- self.outf.write('Record updated succefully\n')
+ self.outf.write('Record updated successfully\n')
class cmd_delete_record(Command):
@@ -1167,7 +1167,7 @@ class cmd_delete_record(Command):
name,
None,
del_rec_buf)
- self.outf.write('Record deleted succefully\n')
+ self.outf.write('Record deleted successfully\n')
class cmd_dns(SuperCommand):