ldb:ldb_autotransaction_request - fix a typo in a comment
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Wed, 21 Sep 2011 09:38:59 +0000 (11:38 +0200)
committerAndrew Tridgell <tridge@samba.org>
Tue, 11 Oct 2011 06:42:07 +0000 (08:42 +0200)
Signed-off-by: Andrew Tridgell <tridge@samba.org>
lib/ldb/common/ldb.c

index a4c04cec4614871877b8b13a1517265602ac60a4..3adc77ff857e94c3836c2956530c88bfdc7f6f5b 100644 (file)
@@ -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)
 {