Fix typo in the lockingv3.html page on the website. (CVS 2017)

FossilOrigin-Name: a31b647727052495073fec86f52367bc10264723
This commit is contained in:
drh 2004-10-11 21:48:27 +00:00
parent a1d65d0221
commit 1043afaeaf
3 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -1 +1 @@
c4fb44fd5f89960ec09c9ed64aeb037b5ca55ea2
a31b647727052495073fec86f52367bc10264723

View 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.