[patch] typo in source4/scripting/python/samba/netcmd/dns.py

me at ibotty.net me at ibotty.net
Sat Apr 13 02:40:56 MDT 2013


hi,

i am not subscribed to samba-technical (as i don't follow development),
so please cc me on reply.


below is a patch that fixes a spelling mistake in
source4/scripting/python/samba/netcmd/dns.py. it is generated against
samba 4.0.4. if it does not apply cleanly, i generated the changes using
the following sed.

% sed s/succefully/successfully/g
source4/scripting/python/samba/netcmd/dns.py


--- source4/scripting/python/samba/netcmd/dns.py	2013-04-13
10:32:09.268479247 +0200
+++ source4/scripting/python/samba/netcmd/dns.py.old	2013-04-13
10:31:45.004487119 +0200
@@ -1115,7 +1115,7 @@
                                         name,
                                         add_rec_buf,
                                         del_rec_buf)
-        self.outf.write('Record updated successfully\n')
+        self.outf.write('Record updated succefully\n')


 class cmd_delete_record(Command):
@@ -1167,7 +1167,7 @@
                                         name,
                                         None,
                                         del_rec_buf)
-        self.outf.write('Record deleted successfully\n')
+        self.outf.write('Record deleted succefully\n')


 class cmd_dns(SuperCommand):


thank you for your work in samba!
 tobias florek


More information about the samba-technical mailing list