s3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 25 Jun 2012 09:07:22 +0000 (11:07 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 25 Jun 2012 15:13:59 +0000 (17:13 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Mon Jun 25 17:13:59 CEST 2012 on sn-devel-104

source3/modules/vfs_aio_pthread.c
source3/smbd/open.c
source3/smbd/smb2_create.c

index 3287fc165b9526260b34bb1d49d0dd939bbdeaa0..695ba12d510f3745d518cbac16d9b820dc5983ed 100644 (file)
@@ -472,7 +472,7 @@ static void aio_pthread_handle_suspend_completion(struct event_context *event_ct
        }
 
        /* Jobid completed we weren't waiting for.
-          We must reshedule this as an immediate event
+          We must reschedule this as an immediate event
           on the main event context. */
        im = tevent_create_immediate(NULL);
        if (!im) {
index 273f3b2c1eda48eedf2af70fb479c5cf9c3e997c..f259cc99ec07575a380debb7b3a42f9906838a38 100644 (file)
@@ -2376,7 +2376,7 @@ static NTSTATUS open_file_ntcreate(connection_struct *conn,
 
        if (file_existed && (flags2&O_TRUNC)) {
                /*
-                * We are modifing the file after open - update the stat
+                * We are modifying the file after open - update the stat
                 * struct..
                 */
                if ((SMB_VFS_FTRUNCATE(fsp, 0) == -1) ||
index 9881ed2d515b8e1b90d039ac82f01c704d9d36c9..7dd7c5ca60e498f3fd9dc64a23297a718b097753 100644 (file)
@@ -1066,7 +1066,7 @@ void schedule_deferred_open_message_smb2(
 
        /*
         * This is subtle. We must null out the callback
-        * before resheduling, else the first call to
+        * before rescheduling, else the first call to
         * tevent_req_nterror() causes the _receive()
         * function to be called, this causing tevent_req_post()
         * to crash.
@@ -1124,7 +1124,7 @@ static void smb2_deferred_open_timer(struct event_context *ev,
 
        /*
         * This is subtle. We must null out the callback
-        * before resheduling, else the first call to
+        * before rescheduling, else the first call to
         * tevent_req_nterror() causes the _receive()
         * function to be called, this causing tevent_req_post()
         * to crash.