Documentation Source Text
Check-in [e8e08658af]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
SHA1 Hash:e8e08658af38e2d06c463cdb3a499be7f4081eec
Date: 2012-12-04 01:34:06
User: drh
Comment:Fix typo on the "about.html" page.
Tags And Properties
Changes
hide diffs unified diffs patch

Changes to pages/about.in

27 </li> 27 </li> 28 <li> <a href="tclsqlite.html">The TCL Interface Spec</a> 28 <li> <a href="tclsqlite.html">The TCL Interface Spec</a> 29 <li> <a href="http://www.sqlite.org/src/timeline">Development Timeline</a> </li> 29 <li> <a href="http://www.sqlite.org/src/timeline">Development Timeline</a> </li> 30 <li> <a href="http://www.sqlite.org/src/wiki?name=Bug+Reports">Report a Bug</a> 30 <li> <a href="http://www.sqlite.org/src/wiki?name=Bug+Reports">Report a Bug</a> 31 </ul></p> 31 </ul></p> 32 </table> 32 </table> 33 33 34 <p>SQLite is a in-process library that implements a | 34 <p>SQLite is an in-process library that implements a 35 <a href="selfcontained.html">self-contained</a>, 35 <a href="selfcontained.html">self-contained</a>, 36 <a href="serverless.html">serverless</a>, 36 <a href="serverless.html">serverless</a>, 37 <a href="zeroconf.html">zero-configuration</a>, 37 <a href="zeroconf.html">zero-configuration</a>, 38 <a href="transactional.html">transactional</a> 38 <a href="transactional.html">transactional</a> 39 SQL database engine. 39 SQL database engine. 40 The code for SQLite is in the 40 The code for SQLite is in the 41 <a href="copyright.html">public domain</a> and is thus free for 41 <a href="copyright.html">public domain</a> and is thus free for