s3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 15 Feb 2010 15:35:06 +0000 (16:35 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 16 Feb 2010 15:39:48 +0000 (16:39 +0100)
source3/lib/g_lock.c

index 9971d71ba99c843505e04b45e960d11406838bde..1c7e08e31898b1e2c3c4525a6acedb3b2785b9bb 100644 (file)
@@ -340,7 +340,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