summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2011-09-21 11:38:59 +0200
committerAndrew Tridgell <tridge@samba.org>2011-10-11 08:42:07 +0200
commit0f41868691ebee9c996bb4dcd44a95833349848b (patch)
tree3855831be4887bc2b8552cc39facb3c3be9325be /lib
parent454986298aa5696b0b029e2feba0109617aaf968 (diff)
downloadsamba-0f41868691ebee9c996bb4dcd44a95833349848b.tar.gz
samba-0f41868691ebee9c996bb4dcd44a95833349848b.tar.bz2
samba-0f41868691ebee9c996bb4dcd44a95833349848b.zip
ldb:ldb_autotransaction_request - fix a typo in a comment
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/ldb/common/ldb.c2
1 files changed, 1 insertions, 1 deletions
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)
{