Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
komainu8 committed Jun 20, 2018
1 parent fc44e08 commit 62bea0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db.c
Expand Up @@ -8838,7 +8838,7 @@ grn_obj_set_info_source_validate(grn_ctx *ctx, grn_obj *obj, grn_obj *value)
index_name, GRN_TABLE_MAX_KEY_SIZE);
ERR(GRN_INVALID_ARGUMENT,
"grn_obj_set_info(): GRN_INFO_SOURCE: "
"full text index for vector column index must be created with WITH_SECTION flag: <%.*s>",
"full text index for vector column must be created with WITH_SECTION flag: <%.*s>",
index_name_size, index_name);
goto exit;
}
Expand Down

0 comments on commit 62bea0c

Please sign in to comment.