[Groonga-commit] groonga/groonga [master] [doc] fix typos: folowee -> followee.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 4月 27日 (水) 21:54:14 JST


mooz	2011-04-27 12:54:14 +0000 (Wed, 27 Apr 2011)

  New Revision: 8f248d91235d597332f4fdf044dac615ea1e2088

  Merged 1fda853: Merged pull request #2 from mooz/master.

  Log:
    [doc] fix typos: folowee -> followee.

  Modified files:
    doc/ja/source/tutorial/tutorial10.txt

  Modified: doc/ja/source/tutorial/tutorial10.txt (+3 -3)
===================================================================
--- doc/ja/source/tutorial/tutorial10.txt    2011-04-22 07:33:11 +0000 (ab59cd9)
+++ doc/ja/source/tutorial/tutorial10.txt    2011-04-27 12:54:14 +0000 (67304c8)
@@ -29,7 +29,7 @@
  column_create --table Users --name location --flags COLUMN_SCALAR --type WGS84GeoPoint
  column_create --table Users --name location_str --flags COLUMN_SCALAR --type ShortText
  column_create --table Users --name description --flags COLUMN_SCALAR --type ShortText
- column_create --table Users --name folowee --flags COLUMN_INDEX --type Users --source follower
+ column_create --table Users --name followee --flags COLUMN_INDEX --type Users --source follower
 
  column_create --table Comments --name comment --flags COLUMN_SCALAR --type ShortText
  column_create --table Comments --name last_modified --flags COLUMN_SCALAR --type Time
@@ -71,7 +71,7 @@ Usersテーブル
 ``description``
   ユーザーの自己紹介
 
-``folowee``
+``followee``
   Usersテーブルのfollowerカラムに対するインデックス。
   このインデックスを作ることで、あるユーザーをフォローしているユーザーを検索できるようになります。
 
@@ -255,7 +255,7 @@ Commentsテーブルのlast_modifiedカラムは、Time型です。この型で
  column_create --table Users --name location --flags COLUMN_SCALAR --type WGS84GeoPoint
  column_create --table Users --name location_str --flags COLUMN_SCALAR --type ShortText
  column_create --table Users --name description --flags COLUMN_SCALAR --type ShortText
- column_create --table Users --name folowee --flags COLUMN_INDEX --type Users --source follower
+ column_create --table Users --name followee --flags COLUMN_INDEX --type Users --source follower
  
  column_create --table Comments --name comment --flags COLUMN_SCALAR --type ShortText
  column_create --table Comments --name last_modified --flags COLUMN_SCALAR --type Time




Groonga-commit メーリングリストの案内
Back to archive index