This patch contains all the Debian-specific changes mixed together.
The reason for doing this, rather than maintaining quilt patches, is
that the Debian-specific changes are maintained as a branch in a
fossil repository.  To review them separately, please inspect the
debian branch in http://people.debian.org/~bap/fossil.fsl
--- fossil-2.6.orig/src/main.c
+++ fossil-2.6/src/main.c
@@ -1516,7 +1516,7 @@ static void process_one_web_page(
         **
         ** For safety, do not allow any file whose name contains ".fossil"
         ** to be returned this way, to prevent complete repositories from
-        ** being delivered accidently.  This is not intended to be a
+        ** being delivered accidentally.  This is not intended to be a
         ** general-purpose web server.  The "--file GLOB" mechanism is
         ** designed to allow the delivery of a few static images or HTML
         ** pages.
--- fossil-2.6.orig/src/sqlite3.c
+++ fossil-2.6/src/sqlite3.c
@@ -124224,7 +124224,7 @@ static void substSelect(
 **   (9)  If the subquery uses LIMIT then the outer query may not be aggregate.
 **
 **  (**)  Restriction (10) was removed from the code on 2005-02-05 but we
-**        accidently carried the comment forward until 2014-09-15.  Original
+**        accidentally carried the comment forward until 2014-09-15.  Original
 **        constraint: "If the subquery is aggregate then the outer query 
 **        may not use LIMIT."
 **
@@ -189214,7 +189214,7 @@ static sqlite3_module jsonTreeModule = {
 #endif /* SQLITE_OMIT_VIRTUALTABLE */
 
 /****************************************************************************
-** The following routines are the only publically visible identifiers in this
+** The following routines are the only publicly visible identifiers in this
 ** file.  Call the following routines in order to register the various SQL
 ** functions and the virtual table implemented by this file.
 ****************************************************************************/
@@ -209989,7 +209989,7 @@ struct Fts5VocabCursor {
   Fts5IndexIter *pIter;           /* Term/rowid iterator object */
 
   int nLeTerm;                    /* Size of zLeTerm in bytes */
-  char *zLeTerm;                  /* (term <= $zLeTerm) paramater, or NULL */
+  char *zLeTerm;                  /* (term <= $zLeTerm) parameter, or NULL */
 
   /* These are used by 'col' tables only */
   Fts5Config *pConfig;            /* Fts5 table configuration */
