s3: Fix a typo (cherry picked from commit bac235dd302570850bb25194ff4bd39b6d653f0d)
authorVolker Lendecke <vl@samba.org>
Mon, 15 Feb 2010 15:35:06 +0000 (16:35 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 1 Apr 2010 07:39:17 +0000 (09:39 +0200)
(cherry picked from commit 8d4a14f3aa04812cd81aa4d56b878169dc41899c)

source3/lib/g_lock.c

index 37fb7ce3b8d3853942d888b884f3e67e93fb6621..26b079d3bc0658018639feb49b2911238e907ad4 100644 (file)
@@ -338,7 +338,7 @@ NTSTATUS g_lock_lock(struct g_lock_ctx *ctx, const char *name,
                 * for writing and some other process already holds a lock
                 * on the registry.tdb.
                 *
-                * So as a quick fix, we act a little corasely here: we do
+                * So as a quick fix, we act a little coarsely here: we do
                 * a select on the ctdb connection fd and when it is readable
                 * or we get EINTR, then we retry without actually parsing
                 * any ctdb packages or dispatching messages. This means that