diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-09-21 11:38:59 +0200 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-10-11 08:42:07 +0200 |
commit | 0f41868691ebee9c996bb4dcd44a95833349848b (patch) | |
tree | 3855831be4887bc2b8552cc39facb3c3be9325be /lib/ldb/common/ldb.c | |
parent | 454986298aa5696b0b029e2feba0109617aaf968 (diff) | |
download | samba-0f41868691ebee9c996bb4dcd44a95833349848b.tar.gz |
ldb:ldb_autotransaction_request - fix a typo in a comment
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'lib/ldb/common/ldb.c')
-rw-r--r-- | lib/ldb/common/ldb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/common/ldb.c b/lib/ldb/common/ldb.c index a4c04cec461..3adc77ff857 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) { |