[SCM] CTDB repository - branch master updated - ctdb-1.11-97-gf24e943

Michael Adam obnox at samba.org
Wed Nov 2 10:08:00 MDT 2011


The branch, master has been updated
       via  f24e943eb7d8b86ce6b32ae37e3884ec4af0f7df (commit)
      from  6dbbc86f36a1fd07d90ca947a35ad7b1f8554636 (commit)

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


- Log -----------------------------------------------------------------
commit f24e943eb7d8b86ce6b32ae37e3884ec4af0f7df
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Nov 1 14:34:35 2011 +0100

    Fix some typos
    
    Signed-off-by: Michael Adam <obnox at samba.org>

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

Summary of changes:
 server/ctdb_call.c     |    4 ++--
 server/ctdb_traverse.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/server/ctdb_call.c b/server/ctdb_call.c
index 23d10b9..ddeaae6 100644
--- a/server/ctdb_call.c
+++ b/server/ctdb_call.c
@@ -112,13 +112,13 @@ static void ctdb_send_error(struct ctdb_context *ctdb,
  * on the wire (or in the local queue). So in case the record has
  * migrated off the new destinaton of the call packet, instead of
  * going back to the LMASTER to get the new DMASTER, we try to
- * reduce rountrips by fist chasing the record a couple of times
+ * reduce rountrips by first chasing the record a couple of times
  * before giving up the direct chase and finally going back to the
  * LMASTER (again). Note that this works because auf this: When
  * a record is migrated off a node, then the new DMASTER is stored
  * in the record's copy on the former DMASTER.
  *
- * The maxiumum number of attempts for direct chase to make before
+ * The maximum number of attempts for direct chase to make before
  * going back to the LMASTER is configurable by the tunable
  * "MaxRedirectCount".
  */
diff --git a/server/ctdb_traverse.c b/server/ctdb_traverse.c
index 5ad374f..59ec9b2 100644
--- a/server/ctdb_traverse.c
+++ b/server/ctdb_traverse.c
@@ -130,7 +130,7 @@ struct traverse_all_state {
 /*
   setup a non-blocking traverse of a local ltdb. The callback function
   will be called on every record in the local ltdb. To stop the
-  travserse, talloc_free() the travserse_handle.
+  traverse, talloc_free() the traverse_handle.
 
   The traverse is finished when the callback is called with tdb_null for key and data
  */


-- 
CTDB repository


More information about the samba-cvs mailing list