Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 7, 2015
1 parent d835d45 commit 50be58d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/proc.c
Expand Up @@ -5136,9 +5136,9 @@ run_sub_filter(grn_ctx *ctx, grn_obj *table,
case GRN_COLUMN_VAR_SIZE :
break;
default :
/* TODO: put inspected the 1nd argument to message */
/* TODO: put inspected the 1st argument to message */
ERR(GRN_INVALID_ARGUMENT,
"sub_filter(): the 1nd argument must be column or accessor");
"sub_filter(): the 1st argument must be column or accessor");
rc = ctx->rc;
goto exit;
break;
Expand Down

0 comments on commit 50be58d

Please sign in to comment.