summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-02-15 16:35:06 +0100
committerKarolin Seeger <kseeger@samba.org>2010-04-01 09:39:17 +0200
commit7641f941e73f06171b7a28f7f0a2f79fb003ba30 (patch)
treed2c5a92de3e3ee10da5d90d46be81cfa817fa1d8 /source3/lib
parent870a9edb56c0f0a4e31a339a1860943707f76e54 (diff)
downloadsamba-7641f941e73f06171b7a28f7f0a2f79fb003ba30.tar.gz
s3: Fix a typo (cherry picked from commit bac235dd302570850bb25194ff4bd39b6d653f0d)
(cherry picked from commit 8d4a14f3aa04812cd81aa4d56b878169dc41899c)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/g_lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/g_lock.c b/source3/lib/g_lock.c
index 37fb7ce3b8d..26b079d3bc0 100644
--- a/source3/lib/g_lock.c
+++ b/source3/lib/g_lock.c
@@ -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