From: Volker Lendecke Date: Thu, 12 Apr 2012 19:59:31 +0000 (+0200) Subject: s3: Fix a typo X-Git-Tag: ldb-1.1.6~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6328b14c8d5fbc36d4597ebd52f74bfd60d92fc;p=thirdparty%2Fsamba.git s3: Fix a typo Autobuild-User: Volker Lendecke Autobuild-Date: Thu Apr 12 23:38:24 CEST 2012 on sn-devel-104 --- diff --git a/source3/modules/vfs_aio_linux.c b/source3/modules/vfs_aio_linux.c index f6fa80a355f..d49dc49cc46 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),