Description: Spelling
 .
 Suppress has 2 p in English, thanks lintian.
Author: Nirgal Vourgère <contact_mdbtols@nirgal.com>
Last-Update: 2014-01-04
Applied-Upstream: commit:dfd752ec022097ee1e0999173aa604d8a0c0ca8b

Index: mdbtools/doc/mdb-export.txt
===================================================================
--- mdbtools.orig/doc/mdb-export.txt
+++ mdbtools/doc/mdb-export.txt
@@ -10,7 +10,7 @@ DESCRIPTION
   It produces a CSV (comma separated value) output for the given table. Such output is suitable for importation into databases or spreadsheets.
 
 OPTIONS
-  -H                  Supress header row
+  -H                  Suppress header row
   -Q                  Don't wrap text-like fields (text, memo, date) in quotes.  If not specified text fiels will be surrounded by " (double quote) characters.
   -d                  Specify an alternative column delimiter If no delimiter is specified, table names will be delimited by a , (comma) character.
   -R                  Specify a row delimiter
Index: mdbtools/doc/mdb-sql.txt
===================================================================
--- mdbtools.orig/doc/mdb-sql.txt
+++ mdbtools/doc/mdb-sql.txt
@@ -11,8 +11,8 @@ DESCRIPTION
 language. 
 
 OPTIONS
-  -H            Supress header row.
-  -F            Supress footer row.
+  -H            Suppress header row.
+  -F            Suppress footer row.
   -p		Turn off pretty printing. By default results are printed in an
 ascii table format which looks nice but is not conducive to manipulating the
 output with unix tools. This option prints output plainly in a tab separated
Index: mdbtools/src/util/mdb-export.c
===================================================================
--- mdbtools.orig/src/util/mdb-export.c
+++ mdbtools/src/util/mdb-export.c
@@ -159,7 +159,7 @@ main(int argc, char **argv)
 	if (argc-optind < 2) {
 		fprintf(stderr,"Usage: %s [options] <file> <table>\n",argv[0]);
 		fprintf(stderr,"where options are:\n");
-		fprintf(stderr,"  -H                   supress header row\n");
+		fprintf(stderr,"  -H                   suppress header row\n");
 		fprintf(stderr,"  -Q                   don't wrap text-like fields in quotes\n");
 		fprintf(stderr,"  -d <delimiter>       specify a column delimiter\n");
 		fprintf(stderr,"  -R <delimiter>       specify a row delimiter\n");
