summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-02-07 12:16:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:48 -0500
commit0854e562282acde8d78fee1609f1291fecdf5755 (patch)
treef8e286cf737f787b97f67ae8cc3b3a3f841de73f /source3
parentce07cefdb041979c8d363ef6c021dbae34a10d79 (diff)
downloadsamba-0854e562282acde8d78fee1609f1291fecdf5755.tar.gz
samba-0854e562282acde8d78fee1609f1291fecdf5755.tar.bz2
samba-0854e562282acde8d78fee1609f1291fecdf5755.zip
r21218: Fix typo
(This used to be commit 5b25ce30022b5968717691223d065a8e0770c6e3)
Diffstat (limited to 'source3')
-rw-r--r--source3/tdb/common/transaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/tdb/common/transaction.c b/source3/tdb/common/transaction.c
index 5a62f93f3d..9f56fb2fd8 100644
--- a/source3/tdb/common/transaction.c
+++ b/source3/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