From b22094283e497520e5a8c222728c99e0804fb139 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Tue, 26 Oct 2010 10:05:49 +0100 Subject: [PATCH] fix typo. --- C/dbase.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/dbase.c b/C/dbase.c index 8fafffcd1..b0af26266 100755 --- a/C/dbase.c +++ b/C/dbase.c @@ -34,7 +34,7 @@ static char SccsId[] = "%W% %G%"; /* There are two options to implement traditional immediate update semantics. - In the first option, we only remove an element of the chain when - it is phisically disposed of. This simplifies things, because + it is physically disposed of. This simplifies things, because pointers are always valid, but it complicates some stuff a bit: o You may have go through long lines of deleted db entries before you