From 0f41868691ebee9c996bb4dcd44a95833349848b Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Wed, 21 Sep 2011 11:38:59 +0200 Subject: ldb:ldb_autotransaction_request - fix a typo in a comment Signed-off-by: Andrew Tridgell --- lib/ldb/common/ldb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ldb/common/ldb.c') diff --git a/lib/ldb/common/ldb.c b/lib/ldb/common/ldb.c index a4c04cec46..3adc77ff85 100644 --- a/lib/ldb/common/ldb.c +++ b/lib/ldb/common/ldb.c @@ -546,7 +546,7 @@ int ldb_transaction_cancel_noerr(struct ldb_context *ldb) } -/* autostarts a transacion if none active */ +/* autostarts a transaction if none active */ static int ldb_autotransaction_request(struct ldb_context *ldb, struct ldb_request *req) { -- cgit