From 7f21c8e613e089944d0078ede543bac6d68d2497 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 7 Feb 2007 12:16:23 +0000 Subject: r21218: Fix typo --- source/tdb/common/transaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit