[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon Feb 15 08:36:34 MST 2010


The branch, master has been updated
       via  bac235d... s3: Fix a typo
      from  595982a... s4-rootdse: we don't need DSDB_FLAG_OWN_MODULE here

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit bac235dd302570850bb25194ff4bd39b6d653f0d
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Feb 15 16:35:06 2010 +0100

    s3: Fix a typo

-----------------------------------------------------------------------

Summary of changes:
 source3/lib/g_lock.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/g_lock.c b/source3/lib/g_lock.c
index 37fb7ce..26b079d 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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list