mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-25 17:59:54 +08:00
Spelling fixes
Thanks lintian
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user