s3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Thu, 12 Apr 2012 19:59:31 +0000 (21:59 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 12 Apr 2012 21:38:23 +0000 (23:38 +0200)
Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Thu Apr 12 23:38:24 CEST 2012 on sn-devel-104

source3/modules/vfs_aio_linux.c

index f6fa80a355f08a59e230a1284d38161047ce5589..d49dc49cc46fab151bcfb8f0e1524626e6535839 100644 (file)
@@ -98,7 +98,7 @@ static bool init_aio_linux(struct vfs_handle_struct *handle)
                return true;
        }
 
-       /* Shedule a shutdown event for 30 seconds from now. */
+       /* Schedule a shutdown event for 30 seconds from now. */
        te = tevent_add_timer(server_event_context(),
                                NULL,
                                timeval_current_ofs(30, 0),