Spelling fixes

Thanks lintian
This commit is contained in:
Nirgal Vourgère
2016-10-24 22:54:13 +02:00
parent 9d56b0c3d8
commit 492df3e927
3 changed files with 3 additions and 3 deletions

View File

@@ -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;