From 0854e562282acde8d78fee1609f1291fecdf5755 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 7 Feb 2007 12:16:23 +0000 Subject: r21218: Fix typo (This used to be commit 5b25ce30022b5968717691223d065a8e0770c6e3) --- source3/tdb/common/transaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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 -- cgit