Correct "defered" typos.
authorChris Lamb <chris@chris-lamb.co.uk>
Fri, 17 Feb 2017 19:59:36 +0000 (08:59 +1300)
committerGarming Sam <garming@samba.org>
Wed, 22 Feb 2017 07:26:23 +0000 (08:26 +0100)
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
source3/smbd/open.c
source4/rpc_server/dcerpc_server.c
source4/scripting/bin/samba_upgradeprovision

index 37c630b7e5abe4ae6b0a25a210583c73aadbc96a..7bd1086bfece4025ec72760ea4960d71ca580f7c 100644 (file)
@@ -1480,7 +1480,7 @@ static bool delay_for_oplock(files_struct *fsp,
                        /*
                         * we'll decide about SMB2_LEASE_READ later.
                         *
-                        * Maybe the break will be defered
+                        * Maybe the break will be deferred
                         */
                        break_to &= ~SMB2_LEASE_HANDLE;
                }
index d77d52d7b89ca292229cdce5894cfce4b8f87a84..f7ec2106b98116d793850717833b04ba76bf1657 100644 (file)
@@ -2174,11 +2174,11 @@ static void dcesrv_terminate_connection(struct dcesrv_connection *dce_conn, cons
                return;
        }
 
-       DEBUG(3,("dcesrv: terminating connection due to '%s' defered due to pending calls\n",
+       DEBUG(3,("dcesrv: terminating connection due to '%s' deferred due to pending calls\n",
                 reason));
        dce_conn->terminate = talloc_strdup(dce_conn, reason);
        if (dce_conn->terminate == NULL) {
-               dce_conn->terminate = "dcesrv: defered terminating connection - no memory";
+               dce_conn->terminate = "dcesrv: deferred terminating connection - no memory";
        }
        DLIST_ADD_END(dce_ctx->broken_connections, dce_conn);
 }
index ccfc578281f40e895f6b021db515a21a3867046f..99e97b7f28ff37428d00dcf11b4f5bdc6b61c15a 100755 (executable)
@@ -1504,7 +1504,7 @@ def sync_calculated_attributes(samdb, names):
 # The object is reappended at the end of the list to be created later
 # (and preferably after all the needed object have been created)
 # The function keeps on looping on the list of object to be created until
-# it's empty or that the number of defered creation is equal to the number
+# it's empty or that the number of deferred creation is equal to the number
 # of object that still needs to be created.
 
 # The function add_missing_object will first check if the object can be created.