]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix another harmless comment typo.
authordrh <drh@noemail.net>
Fri, 7 Nov 2014 14:37:32 +0000 (14:37 +0000)
committerdrh <drh@noemail.net>
Fri, 7 Nov 2014 14:37:32 +0000 (14:37 +0000)
FossilOrigin-Name: b45bc80bb16f07192d84fd14433bb724a84d4146

manifest
manifest.uuid
src/sqliteInt.h

index b3d774824c1eaea9770547b1429e1a2ac350fd86..579589c94b6e9f03dbce100832c87b6ebbf2790a 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C In\sthe\s".scanstats\son"\soutput\sfrom\sthe\sshell,\sround\sthe\sestRows\svalue\sto\nthe\snearest\sinteger,\srather\sthan\srounding\stoward\szero.
-D 2014-11-07T13:52:44.718
+C Fix\sanother\sharmless\scomment\stypo.
+D 2014-11-07T14:37:32.349
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in cf57f673d77606ab0f2d9627ca52a9ba1464146a
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -232,7 +232,7 @@ F src/shell.c 0500307f63e3675dc4ab21112c6086b4d146fc08
 F src/sqlite.h.in f433227d7f619887a1064913fa66cefa3da4349a
 F src/sqlite3.rc 992c9f5fb8285ae285d6be28240a7e8d3a7f2bad
 F src/sqlite3ext.h 17d487c3c91b0b8c584a32fbeb393f6f795eea7d
-F src/sqliteInt.h 8f67ca79e957b8ece7453b8e320b6a996e1b4761
+F src/sqliteInt.h 71b0bf1a7fc55b5cb374f7579fd140e730a6e0f4
 F src/sqliteLimit.h 164b0e6749d31e0daa1a4589a169d31c0dec7b3d
 F src/status.c 81712116e826b0089bb221b018929536b2b5406f
 F src/table.c f142bba7903e93ca8d113a5b8877a108ad1a27dc
@@ -1211,7 +1211,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P 94c564da4c2cf5dffe58fdf7a180e9ba4cc3de69
-R bf25c89aa0a2170169c258f353b46c64
+P 5700508535c35ac6b158b527e1d47e529e8e28ab
+R 95ce072bedb368f2e0f6da4bf10906cf
 U drh
-Z 9c39d53d1fb35cc72c3ed2e42a4f819b
+Z 8c052ffec320f3367f2daa07942512b6
index 7b8b4f079c07c771cd93c37ae18b2d0ff16a95b5..13afcc03f73a203a5606745c214ed0ba44e5870a 100644 (file)
@@ -1 +1 @@
-5700508535c35ac6b158b527e1d47e529e8e28ab
\ No newline at end of file
+b45bc80bb16f07192d84fd14433bb724a84d4146
\ No newline at end of file
index e9715efcf7eb8450584074e8612203a902ea8906..4d272b06a15a31b78ba24ce837c55df7c2f4fe1e 100644 (file)
@@ -562,7 +562,7 @@ typedef INT8_TYPE i8;              /* 1-byte signed integer */
 ** gives a possible range of values of approximately 1.0e986 to 1e-986.
 ** But the allowed values are "grainy".  Not every value is representable.
 ** For example, quantities 16 and 17 are both represented by a LogEst
-** of 40.  However, since LogEst quantaties are suppose to be estimates,
+** of 40.  However, since LogEst quantities are suppose to be estimates,
 ** not exact values, this imprecision is not a problem.
 **
 ** "LogEst" is short for "Logarithmic Estimate".