summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_call.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-11-01 14:34:35 +0100
committerMichael Adam <obnox@samba.org>2011-11-02 17:05:47 +0100
commit47f20e8ae5120fd1aca5df622b2ecf08fb93c249 (patch)
treefe7ed6b2d23fe30244878c7ce897d5ce147a4aad /ctdb/server/ctdb_call.c
parent552412d1805a38debb642bd9466126df3b12fb60 (diff)
downloadsamba-47f20e8ae5120fd1aca5df622b2ecf08fb93c249.tar.gz
samba-47f20e8ae5120fd1aca5df622b2ecf08fb93c249.tar.xz
samba-47f20e8ae5120fd1aca5df622b2ecf08fb93c249.zip
Fix some typos
Signed-off-by: Michael Adam <obnox@samba.org> (This used to be ctdb commit f24e943eb7d8b86ce6b32ae37e3884ec4af0f7df)
Diffstat (limited to 'ctdb/server/ctdb_call.c')
-rw-r--r--ctdb/server/ctdb_call.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/server/ctdb_call.c b/ctdb/server/ctdb_call.c
index 23d10b9210b..ddeaae6f991 100644
--- a/ctdb/server/ctdb_call.c
+++ b/ctdb/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".
*/