From f6328b14c8d5fbc36d4597ebd52f74bfd60d92fc Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 12 Apr 2012 21:59:31 +0200 Subject: s3: Fix a typo Autobuild-User: Volker Lendecke Autobuild-Date: Thu Apr 12 23:38:24 CEST 2012 on sn-devel-104 --- source3/modules/vfs_aio_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules') diff --git a/source3/modules/vfs_aio_linux.c b/source3/modules/vfs_aio_linux.c index f6fa80a355..d49dc49cc4 100644 --- a/source3/modules/vfs_aio_linux.c +++ b/source3/modules/vfs_aio_linux.c @@ -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), -- cgit