mirror of
https://gitee.com/wangbin579/cetus.git
synced 2024-11-29 18:37:36 +08:00
docs: fix simple typo, preifx -> prefix
There is a small typo in lib/sql-expression.c. Should read `prefix` rather than `preifx`.
This commit is contained in:
parent
1c231d9292
commit
a48dfaf4be
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user