Skip to content

Commit

Permalink
Merge pull request #213 from timgates42/bugfix_typo_prefix
Browse files Browse the repository at this point in the history
docs: fix simple typo, preifx -> prefix
  • Loading branch information
wangbin579 authored Jan 4, 2021
2 parents 1c231d9 + a48dfaf commit 8266851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sql-expression.c
Original file line number Diff line number Diff line change
@@ -320,7 +320,7 @@ sql_expr_is_function(const sql_expr_t *p, const char *name)
* |--TK_ID
* |--TK_ID
*
* if prefix or suffix not NULL, return ture only if expr is "preifx.suffix"
* if prefix or suffix not NULL, return ture only if expr is "prefix.suffix"
*/
gboolean
sql_expr_is_dotted_name(const sql_expr_t *p, const char *prefix, const char *suffix)

0 comments on commit 8266851

Please sign in to comment.