]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a typo in series.c.
authordan <dan@noemail.net>
Thu, 20 Aug 2015 16:16:37 +0000 (16:16 +0000)
committerdan <dan@noemail.net>
Thu, 20 Aug 2015 16:16:37 +0000 (16:16 +0000)
FossilOrigin-Name: 23db7f50f14801c2cf56c006d7c7f593908b7158

ext/misc/series.c
manifest
manifest.uuid

index 43de3b711b429b332f0b684e694921ea2be6e1ab..645ddeab156b558b7749cd88d09e0150a9d371af 100644 (file)
@@ -76,7 +76,7 @@ SQLITE_EXTENSION_INIT1
 #ifndef SQLITE_OMIT_VIRTUALTABLE
 
 
-/* series_cursor is a subclas of sqlite3_vtab_cursor which will
+/* series_cursor is a subclass of sqlite3_vtab_cursor which will
 ** serve as the underlying representation of a cursor that scans
 ** over rows of the result
 */
index 38f503e8f1dc87546bef0f54463c0548c0601edd..ab8f0ade60e7776e7c68bff4514bc83ffdb62243 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\seponymous\svirtual\stables\sso\sthat\sthey\sdo\snot\sautomatically\smake\sthe\sfirst\ncolumn\sthe\srowid.\s\sEnhance\sthe\sgenerate_series\svirtual\stable\sto\ssupport\srowid.
-D 2015-08-19T19:01:28.078
+C Fix\sa\stypo\sin\sseries.c.
+D 2015-08-20T16:16:37.345
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 4f663b6b4954b9b1eb0e6f08387688a93b57542d
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -196,7 +196,7 @@ F ext/misc/nextchar.c 35c8b8baacb96d92abbb34a83a997b797075b342
 F ext/misc/percentile.c bcbee3c061b884eccb80e21651daaae8e1e43c63
 F ext/misc/regexp.c af92cdaa5058fcec1451e49becc7ba44dba023dc
 F ext/misc/rot13.c 1ac6f95f99b575907b9b09c81a349114cf9be45a
-F ext/misc/series.c 5b84c6584af085b55ae07e2ee7b133b6db03e323
+F ext/misc/series.c e9b658e442090f75ae01bbf4924feb52a759674c
 F ext/misc/showauth.c 732578f0fe4ce42d577e1c86dc89dd14a006ab52
 F ext/misc/spellfix.c 86998fb73aefb7b5dc346ba8a58912f312da4996
 F ext/misc/totype.c 4a167594e791abeed95e0a8db028822b5e8fe512
@@ -1376,7 +1376,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P fef44c37f31ca9fd7891cecdbe95cc46a987067b
-R a41603407a6c0b327e60b148f02b0042
-U drh
-Z aa56d5c64521b30a9993ce3328198562
+P a325a08599759471047e234ef9cfcc3cb110aafd
+R c7d0daf8fbeee011c3f976b2caec6772
+U dan
+Z e8e4b80135954d12498e194483d7037d
index 8d7098b5e3e0878d9c4c4ba18f84d34c1f855236..f79d8284211091d8d0657c8dacade207dc4f118b 100644 (file)
@@ -1 +1 @@
-a325a08599759471047e234ef9cfcc3cb110aafd
\ No newline at end of file
+23db7f50f14801c2cf56c006d7c7f593908b7158
\ No newline at end of file