diff options
Diffstat (limited to 'ctdb/server/ctdb_traverse.c')
-rw-r--r-- | ctdb/server/ctdb_traverse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_traverse.c b/ctdb/server/ctdb_traverse.c index 5b709dc52d..df0afb0bee 100644 --- a/ctdb/server/ctdb_traverse.c +++ b/ctdb/server/ctdb_traverse.c @@ -263,7 +263,7 @@ struct traverse_start_state { /* setup a cluster-wide non-blocking traverse of a ctdb. The callback function will be called on every record in the local - ltdb. To stop the travserse, talloc_free() the traverse_handle. + ltdb. To stop the traverse, talloc_free() the traverse_handle. The traverse is finished when the callback is called with tdb_null for key and data |