Fix some typos
authorVolker Lendecke <vl@samba.org>
Tue, 1 Nov 2011 13:34:35 +0000 (14:34 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 2 Nov 2011 16:05:47 +0000 (17:05 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
server/ctdb_call.c
server/ctdb_traverse.c

index 23d10b9210b4f39e132203f96852537b7dc560d0..ddeaae6f99192a21eb85dde27a376403999a39f0 100644 (file)
@@ -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".
  */
index 5ad374f098da6a8a498c7bfe3ec0640ebe2c7f45..59ec9b2c751ca0d37a47377c3ff1e6f70dd787a5 100644 (file)
@@ -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
  */