null+****@clear*****
null+****@clear*****
2011年 10月 13日 (木) 23:35:21 JST
Kouhei Sutou 2011-10-13 14:35:21 +0000 (Thu, 13 Oct 2011)
New Revision: d7f9e58a2c635ba5d11165632b0310bf4c7c448b
Log:
[doc] fix typos.
Modified files:
include/groonga.h
Modified: include/groonga.h (+2 -2)
===================================================================
--- include/groonga.h 2011-10-13 14:35:07 +0000 (e7987e2)
+++ include/groonga.h 2011-10-13 14:35:21 +0000 (be6666d)
@@ -1738,7 +1738,7 @@ typedef struct {
*
* It selects records that are in the circle specified by
* @center_point and @distance from @center_point. Records
- * are search by @index. Found records are added to @res
+ * are searched by @index. Found records are added to @res
* table with @op operation.
**/
GRN_API grn_rc grn_geo_select_in_circle(grn_ctx *ctx,
@@ -1763,7 +1763,7 @@ GRN_API grn_rc grn_geo_select_in_circle(grn_ctx *ctx,
*
* It selects records that are in the rectangle specified by
* @top_left_point and @bottom_right_point. Records are
- * search by @index. Found records are added to @res table
+ * searched by @index. Found records are added to @res table
* with @op operation.
**/
GRN_API grn_rc grn_geo_select_in_rectangle(grn_ctx *ctx,