null+****@clear*****
null+****@clear*****
2012年 1月 24日 (火) 10:22:37 JST
Kouhei Sutou 2012-01-24 10:22:37 +0900 (Tue, 24 Jan 2012)
New Revision: 7077287b9678ad041fba1b25250bd618538665f7
Log:
[doc] fix a typo.
Modified files:
include/groonga.h
Modified: include/groonga.h (+1 -1)
===================================================================
--- include/groonga.h 2012-01-24 07:40:29 +0900 (0ea76cd)
+++ include/groonga.h 2012-01-24 10:22:37 +0900 (b194a0b)
@@ -1830,7 +1830,7 @@ GRN_API grn_rc grn_obj_delete_by_id(grn_ctx *ctx, grn_obj *db, grn_id id, grn_bo
* grn_obj_path_by_id:
* @db: The target database.
* @id: The object (table, column and so on) ID to be deleted.
- * @buffer: path string corresponding to the id willl be set in this buffer.
+ * @buffer: path string corresponding to the id will be set in this buffer.
*
* dbのidに対応するpathを返します。mroonga向けに用意した内部APIです。
**/