Navigation Menu

Skip to content

Commit

Permalink
Fix inverted error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 7, 2015
1 parent d45a32b commit c03c79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/expr.c
Expand Up @@ -443,7 +443,7 @@ grn_expr_create(grn_ctx *ctx, const char *name, unsigned int name_size)
}
if (name_size) {
ERR(GRN_FUNCTION_NOT_IMPLEMENTED,
"[expr][create] anonymous expression isn't implemented yet");
"[expr][create] named expression isn't implemented yet");
return NULL;
}
GRN_API_ENTER;
Expand Down

0 comments on commit c03c79a

Please sign in to comment.