]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix harmless typos in comments.
authordrh <drh@noemail.net>
Fri, 7 Nov 2014 13:24:29 +0000 (13:24 +0000)
committerdrh <drh@noemail.net>
Fri, 7 Nov 2014 13:24:29 +0000 (13:24 +0000)
FossilOrigin-Name: 94c564da4c2cf5dffe58fdf7a180e9ba4cc3de69

manifest
manifest.uuid
src/date.c
src/global.c
src/vacuum.c

index b80e3b82504bc71f7055e5d3164538e34673a8a9..ace0366e33e0e2d0ce0f93a48084f81054944902 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\stypo\sin\ssqlite3.h\sreported\son\sthe\smailing\slist.
-D 2014-11-07T11:39:16.680
+C Fix\sharmless\stypos\sin\scomments.
+D 2014-11-07T13:24:29.246
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in cf57f673d77606ab0f2d9627ca52a9ba1464146a
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -179,13 +179,13 @@ F src/build.c 67bb05b1077e0cdaccb2e36bfcbe7a5df9ed31e8
 F src/callback.c 7b44ce59674338ad48b0e84e7b72f935ea4f68b0
 F src/complete.c c4ba6e0626bb94bc77a0861735f3382fcf7cc818
 F src/ctime.c df19848891c8a553c80e6f5a035e768280952d1a
-F src/date.c 57a7f9ba9f6b4d5268f5e411739066a611f99036
+F src/date.c 93594514aae68de117ca4a2a0d6cc63eddf26744
 F src/delete.c 0750b1eb4d96cd3fb2c798599a3a7c85e92f1417
 F src/expr.c 0391a657df4959eaf2a2fd7d77de5ebe750686ee
 F src/fault.c 160a0c015b6c2629d3899ed2daf63d75754a32bb
 F src/fkey.c da985ae673efef2c712caef825a5d2edb087ead7
 F src/func.c ba47c1671ab3cfdafa6e9d6ee490939ea578adee
-F src/global.c a50ad0b9ee328107a65aa8f5f3cd34905e74745c
+F src/global.c 6ded36dda9466fc1c9a3c5492ded81d79bf3977d
 F src/hash.c 4263fbc955f26c2e8cdc0cf214bc42435aa4e4f5
 F src/hash.h c8f3c31722cf3277d03713909761e152a5b81094
 F src/hwtime.h d32741c8f4df852c7d959236615444e2b1063b08
@@ -288,7 +288,7 @@ F src/trigger.c 25571661fdeae8c7f975ff40ffec205520a3f92f
 F src/update.c 3c4ecc282accf12d39edb8d524cf089645e55a13
 F src/utf.c fc6b889ba0779b7722634cdeaa25f1930d93820c
 F src/util.c 3b627daa45c7308c1e36e3dbaa3f9ce7e5c7fa73
-F src/vacuum.c 59f03f92bcff57faa6a8ca256eb29ccddfb0614a
+F src/vacuum.c 9b30ec729337dd012ed88d4c292922c8ef9cf00c
 F src/vdbe.c 3fd4ebd3e87b63175bfd2be747608bae1670b4df
 F src/vdbe.h 6fc69d9c5e146302c56e163cb4b31d1ee64a18c3
 F src/vdbeInt.h 9bb69ff2447c34b6ccc58b34ec35b615f86ead78
@@ -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 360c8ca11c3315c8e08c7c52ff5468e3f723e562
-R 367fba2464fa0866db1d5cae2a24beee
+P 402703212a8488f8b571ce170b3b6c7374bd7daa
+R 9f78be6a67e175be94522748bee570f6
 U drh
-Z 3885b799624859bdb0af87865d5681ed
+Z 1fff294369c9fe8b2c9ed9357ff2fdd6
index 185fd7e51dd4a8bf80287d2dd09dadde5bfe45c2..3f84a89f532ef0d1290725fafb3f00044ceb034c 100644 (file)
@@ -1 +1 @@
-402703212a8488f8b571ce170b3b6c7374bd7daa
\ No newline at end of file
+94c564da4c2cf5dffe58fdf7a180e9ba4cc3de69
\ No newline at end of file
index 11b04ea004b611457422108af8d83360be9d80ae..10d900626308256a477d8b66892167e83e126dec 100644 (file)
@@ -16,7 +16,7 @@
 ** sqlite3RegisterDateTimeFunctions() found at the bottom of the file.
 ** All other code has file scope.
 **
-** SQLite processes all times and dates as Julian Day numbers.  The
+** SQLite processes all times and dates as julian day numbers.  The
 ** dates and times are stored as the number of days since noon
 ** in Greenwich on November 24, 4714 B.C. according to the Gregorian
 ** calendar system. 
@@ -31,7 +31,7 @@
 **
 ** The Gregorian calendar system is used for all dates and times,
 ** even those that predate the Gregorian calendar.  Historians usually
-** use the Julian calendar for dates prior to 1582-10-15 and for some
+** use the julian calendar for dates prior to 1582-10-15 and for some
 ** dates afterwards, depending on locale.  Beware of this difference.
 **
 ** The conversion algorithms are implemented based on descriptions
@@ -304,7 +304,7 @@ static int setDateTimeToCurrent(sqlite3_context *context, DateTime *p){
 }
 
 /*
-** Attempt to parse the given string into a Julian Day Number.  Return
+** Attempt to parse the given string into a julian day number.  Return
 ** the number of errors.
 **
 ** The following are acceptable forms for the input string:
@@ -875,7 +875,7 @@ static void dateFunc(
 **   %f  ** fractional seconds  SS.SSS
 **   %H  hour 00-24
 **   %j  day of year 000-366
-**   %J  ** Julian day number
+**   %J  ** julian day number
 **   %m  month 01-12
 **   %M  minute 00-59
 **   %s  seconds since 1970-01-01
index b5323e8df624922984082ba95d51d546efdb9dee..4bc8edb3bc7457fb7210b039fa57ae5455c16874 100644 (file)
@@ -237,8 +237,8 @@ const Token sqlite3IntTokens[] = {
 **
 ** IMPORTANT:  Changing the pending byte to any value other than
 ** 0x40000000 results in an incompatible database file format!
-** Changing the pending byte during operating results in undefined
-** and dileterious behavior.
+** Changing the pending byte during operation will result in undefined
+** and incorrect behavior.
 */
 #ifndef SQLITE_OMIT_WSD
 int sqlite3PendingByte = 0x40000000;
index 4d0c0976a182a01a0195b047dc5289bca1095cb4..9df8e08b2285098805f5aa9c193bc60f0f1c5dd6 100644 (file)
@@ -94,7 +94,7 @@ static int execExecSql(sqlite3 *db, char **pzErrMsg, const char *zSql){
 ** overwriting the database with the vacuumed content.
 **
 ** Only 1x temporary space and only 1x writes would be required if
-** the copy of step (3) were replace by deleting the original database
+** the copy of step (3) were replaced by deleting the original database
 ** and renaming the transient database as the original.  But that will
 ** not work if other processes are attached to the original database.
 ** And a power loss in between deleting the original and renaming the