lib: Fix a typo
authorVolker Lendecke <vl@samba.org>
Fri, 24 Nov 2017 16:00:05 +0000 (17:00 +0100)
committerMartin Schwenke <martins@samba.org>
Mon, 27 Nov 2017 03:51:59 +0000 (04:51 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Mon Nov 27 04:51:59 CET 2017 on sn-devel-144

source3/lib/ctdbd_conn.c

index 521e0168ca3b277997669c289993c5db9d739a0c..9832dfae7b42a2254ced1c09927989fb523ea106 100644 (file)
@@ -1371,7 +1371,7 @@ static struct tevent_req *ctdb_pkt_send_send(TALLOC_CTX *mem_ctx,
        }
 
        /*
-        * Attempt a direct write. If this returns short, shedule the
+        * Attempt a direct write. If this returns short, schedule the
         * remaining data as an async write, otherwise we're already done.
         */