[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Thu Apr 18 04:41:02 MDT 2013


The branch, master has been updated
       via  bb7c6a0 netcmd/dns: fix typo
      from  406450d smbd: Remove NTSTATUS based create_synthetic_smb_fname

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit bb7c6a0bd0d194e62d2c861edaff1dd6a0e071f6
Author: David Disseldorp <ddiss at samba.org>
Date:   Thu Apr 18 10:32:44 2013 +0200

    netcmd/dns: fix typo
    
    Fix provided by Tobias Florek.
    
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Thu Apr 18 12:40:33 CEST 2013 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 python/samba/netcmd/dns.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/python/samba/netcmd/dns.py b/python/samba/netcmd/dns.py
index c00d17a..309951d 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):


-- 
Samba Shared Repository


More information about the samba-cvs mailing list