]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typo in the lockingv3.html page on the website. (CVS 2017)
authordrh <drh@noemail.net>
Mon, 11 Oct 2004 21:48:27 +0000 (21:48 +0000)
committerdrh <drh@noemail.net>
Mon, 11 Oct 2004 21:48:27 +0000 (21:48 +0000)
FossilOrigin-Name: a31b647727052495073fec86f52367bc10264723

manifest
manifest.uuid
www/lockingv3.tcl

index b9642abf5958c20a6b2c854fb35d9f89958069c4..e7dd9c7d0c9fbc19d011847d74b0a4f56425453c 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C The\smkopcodeh.awk\sscript\sremoves\s\\r\sfor\suse\swith\smsys.\s\sTicket\s#954.\s(CVS\s2016)
-D 2004-10-10T19:11:36
+C Fix\stypo\sin\sthe\slockingv3.html\spage\son\sthe\swebsite.\s(CVS\s2017)
+D 2004-10-11T21:48:27
 F Makefile.in 52c1cc106cad9148d4b7cb387b458e82dc86b339
 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
@@ -238,7 +238,7 @@ F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
 F www/formatchng.tcl bfbf14dbf5181e771d06da7797767b0200b36d8a
 F www/index.tcl bd3a75ba43e777f00df33d3f9761efce3694deda
 F www/lang.tcl ba4fbca6342938f0240efdd84e83d5badcd72667
-F www/lockingv3.tcl afcd22f0f063989cff2f4d57bbc38d719b4c6e75
+F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
 F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
 F www/nulls.tcl ec35193f92485b87b90a994a01d0171b58823fcf
 F www/oldnews.tcl 6e8d41458e591de980fb29659c0d80b721be2aff
@@ -252,7 +252,7 @@ F www/tclsqlite.tcl 560ecd6a916b320e59f2917317398f3d59b7cc25
 F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
 F www/whentouse.tcl fdacb0ba2d39831e8a6240d05a490026ad4c4e4c
-P a4546c09d7a42f9086e63a38008a87df030b4374
-R 4bd86439cf3c601cb1055f0e2e3b0427
+P c4fb44fd5f89960ec09c9ed64aeb037b5ca55ea2
+R 5419752f0efc7b8f5c58ad259f82eb67
 U drh
-Z 712f414f010d71216995b1387c12cdf0
+Z 6035cf5458c79bf01a26f1cfa4c0fb82
index ad00d278eefd77b020b100cfebacb08a11c718fb..eec3ad3abb506bf05985fec1aa77cea328999f0c 100644 (file)
@@ -1 +1 @@
-c4fb44fd5f89960ec09c9ed64aeb037b5ca55ea2
\ No newline at end of file
+a31b647727052495073fec86f52367bc10264723
\ No newline at end of file
index c3e605e1e67781ec822ea1fc4a13160d6a38bc7b..5266a5e87ef792c9da7074daf04aa39f4f5cbf8f 100644 (file)
@@ -184,7 +184,7 @@ A hot journal is created when a process is in the middle of a database
 update and a program or operating system crash or power failure prevents 
 the update from completing.
 Hot journals are an exception condition. 
-Hot journals exist to facility recovery from crashes and power failures.
+Hot journals exist to recover from crashes and power failures.
 If everything is working correctly 
 (that is, if there are no crashes or power failures)
 you will never get a hot journal.