null+****@clear*****
null+****@clear*****
2012年 3月 19日 (月) 12:42:26 JST
Susumu Yata 2012-03-19 12:42:26 +0900 (Mon, 19 Mar 2012)
New Revision: a19f324fa5ecae08af132a13ba8f319cf104faba
Log:
Fix a typo, from "execute" to "executes".
Modified files:
doc/source/tutorial/introduction.txt
Modified: doc/source/tutorial/introduction.txt (+1 -1)
===================================================================
--- doc/source/tutorial/introduction.txt 2012-03-19 12:03:49 +0900 (e794dbc)
+++ doc/source/tutorial/introduction.txt 2012-03-19 12:42:26 +0900 (e5dcb24)
@@ -38,7 +38,7 @@ Form::
DB_PATH_NAME specifies the path of a target database.
-If COMMAND is specified, groonga executes COMMAND and returns the result. Otherwise, groonga starts in interactive mode that reads commands from the standard input and execute them one by one. This tutorial focuses on the interactive mode.
+If COMMAND is specified, groonga executes COMMAND and returns the result. Otherwise, groonga starts in interactive mode that reads commands from the standard input and executes them one by one. This tutorial focuses on the interactive mode.
Let's try to see the status of a groonga process by using a :doc:`/commands/status` command.