summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2011-12-14 12:52:35 +1100
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2011-12-14 12:52:35 +1100
commitf253f69063145271d6b057afdae03e9b2484a3db (patch)
tree66ee61b92b4779c1d151d3271d74b62501c842a5
parent5c7c66a30e64a3ae70611a62410c4a90ce305f6d (diff)
downloadsamba-f253f69063145271d6b057afdae03e9b2484a3db.tar.gz
samba-f253f69063145271d6b057afdae03e9b2484a3db.tar.xz
samba-f253f69063145271d6b057afdae03e9b2484a3db.zip
typo
(This used to be ctdb commit 8fc71ad4da746e28406c06a95928052b29803062)
-rw-r--r--ctdb/server/ctdb_call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_call.c b/ctdb/server/ctdb_call.c
index f7d1eca6bf..145fd0029b 100644
--- a/ctdb/server/ctdb_call.c
+++ b/ctdb/server/ctdb_call.c
@@ -114,7 +114,7 @@ static void ctdb_send_error(struct ctdb_context *ctdb,
* going back to the LMASTER to get the new DMASTER, we try to
* 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
+ * LMASTER (again). Note that this works because of this: When
* a record is migrated off a node, then the new DMASTER is stored
* in the record's copy on the former DMASTER.
*