From 492df3e927362afb630d7ce4e21c70786457c03e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nirgal=20Vourg=C3=A8re?= Date: Mon, 24 Oct 2016 22:54:13 +0200 Subject: [PATCH] Spelling fixes Thanks lintian --- ChangeLog | 2 +- doc/mdb-tables.txt | 2 +- src/sql/mdbsql.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index bfb9059..8e2051d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -906,7 +906,7 @@ Sun Feb 8 13:02:56 EST 2004 Brian Bruns * include/mdbsql.h: * src/sql/parser.y: * src/sql/mdbsql.c: added mdb_sql_eval_expr() to support 0=1 literal comparison - * src/libmdb/sargs.c: check for null node->col (literal comparision) + * src/libmdb/sargs.c: check for null node->col (literal comparison) * src/sql/Makefile.am: change hardcoded bison reference to @YACC@ Fri Feb 6 18:08:59 EST 2004 Brian Bruns diff --git a/doc/mdb-tables.txt b/doc/mdb-tables.txt index 54e019b..9d181f8 100644 --- a/doc/mdb-tables.txt +++ b/doc/mdb-tables.txt @@ -44,4 +44,4 @@ AUTHORS The mdb-tables utility was written by Brian Bruns. BUGS - Access allows for tables to have spaces embeded in the table name. You must specify a delimiter (-d) if you intend on piping the output of mdb-tables to a program such as awk or cut. + Access allows for tables to have spaces embedded in the table name. You must specify a delimiter (-d) if you intend on piping the output of mdb-tables to a program such as awk or cut. diff --git a/src/sql/mdbsql.c b/src/sql/mdbsql.c index 9248f65..25ec69d 100644 --- a/src/sql/mdbsql.c +++ b/src/sql/mdbsql.c @@ -371,7 +371,7 @@ mdb_sql_eval_expr(MdbSQL *sql, char *const1, int op, char *const2) return 1; } if (illop) { - mdb_sql_error(sql, "Illegal operator used for comparision of literals."); + mdb_sql_error(sql, "Illegal operator used for comparison of literals."); /* the column and table names are no good now */ mdb_sql_reset(sql); return 1;