svn commit: samba r21218 - in branches: SAMBA_3_0/source/tdb/common SAMBA_3_0_25/source/tdb/common

vlendec at samba.org vlendec at samba.org
Wed Feb 7 12:16:24 GMT 2007


Author: vlendec
Date: 2007-02-07 12:16:23 +0000 (Wed, 07 Feb 2007)
New Revision: 21218

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21218

Log:
Fix typo
Modified:
   branches/SAMBA_3_0/source/tdb/common/transaction.c
   branches/SAMBA_3_0_25/source/tdb/common/transaction.c


Changeset:
Modified: branches/SAMBA_3_0/source/tdb/common/transaction.c
===================================================================
--- branches/SAMBA_3_0/source/tdb/common/transaction.c	2007-02-07 11:26:36 UTC (rev 21217)
+++ branches/SAMBA_3_0/source/tdb/common/transaction.c	2007-02-07 12:16:23 UTC (rev 21218)
@@ -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

Modified: branches/SAMBA_3_0_25/source/tdb/common/transaction.c
===================================================================
--- branches/SAMBA_3_0_25/source/tdb/common/transaction.c	2007-02-07 11:26:36 UTC (rev 21217)
+++ branches/SAMBA_3_0_25/source/tdb/common/transaction.c	2007-02-07 12:16:23 UTC (rev 21218)
@@ -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



More information about the samba-cvs mailing list