summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-02-07 12:16:23 +0000
committerVolker Lendecke <vlendec@samba.org>2007-02-07 12:16:23 +0000
commit7f21c8e613e089944d0078ede543bac6d68d2497 (patch)
tree567bbf8bd80e2fc1360534feeca4f3d2a1a0cad9
parent1ddcc089868720b8282ab707eb9c790165fd6318 (diff)
downloadsamba-7f21c8e613e089944d0078ede543bac6d68d2497.tar.gz
samba-7f21c8e613e089944d0078ede543bac6d68d2497.tar.xz
samba-7f21c8e613e089944d0078ede543bac6d68d2497.zip
r21218: Fix typo
-rw-r--r--source/tdb/common/transaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tdb/common/transaction.c b/source/tdb/common/transaction.c
index 5a62f93f3d7..9f56fb2fd86 100644
--- a/source/tdb/common/transaction.c
+++ b/source/tdb/common/transaction.c
@@ -39,7 +39,7 @@
by the header. This removes the need for extra journal files as
used by some other databases
- - dymacially allocated the transaction recover record, re-using it
+ - dynamically allocated the transaction recover record, re-using it
for subsequent transactions. If a larger record is needed then
tdb_free() the old record to place it on the normal tdb freelist
before allocating the new record