null+****@clear*****
null+****@clear*****
2011年 2月 15日 (火) 20:30:00 JST
Kouhei Sutou 2011-02-15 11:30:00 +0000 (Tue, 15 Feb 2011)
New Revision: 516e5624fb1db8f97140cc15a75e4e4157c5f3e8
Log:
fix a typo.
Modified files:
lib/proc.c
Modified: lib/proc.c (+1 -1)
===================================================================
--- lib/proc.c 2011-02-09 02:23:34 +0000 (96e45e1)
+++ lib/proc.c 2011-02-15 11:30:00 +0000 (4e9977b)
@@ -2286,7 +2286,7 @@ grn_db_init_builtin_query(grn_ctx *ctx)
DEF_VAR(vars[13], "drilldown_offset");
DEF_VAR(vars[14], "drilldown_limit");
DEF_VAR(vars[15], "cache");
- DEF_VAR(vars[16], "query_escalation_threshold");
+ DEF_VAR(vars[16], "match_escalation_threshold");
DEF_COMMAND("define_selector", proc_define_selector, 17, vars);
DEF_COMMAND("select", proc_select, 16, vars + 1);