null+****@clear*****
null+****@clear*****
2012年 5月 9日 (水) 11:38:38 JST
Kouhei Sutou 2012-05-09 11:38:38 +0900 (Wed, 09 May 2012)
New Revision: ba58402d6c7ab4a64a867472e5ddad97f6b693e8
Log:
doc: fix typos
Modified files:
doc/source/commands/select.txt
Modified: doc/source/commands/select.txt (+2 -2)
===================================================================
--- doc/source/commands/select.txt 2012-05-09 11:33:09 +0900 (6231caf)
+++ doc/source/commands/select.txt 2012-05-09 11:38:38 +0900 (4a6eebe)
@@ -291,7 +291,7 @@ of blog entry is more important rather thatn content of blog entry.
"""""""""
It specifies the query text. Normally, it is used for fulltext search
-with ``match_columns`` parameter. ``query`` parameter is desgined for
+with ``match_columns`` parameter. ``query`` parameter is designed for
a fulltext search form in a Web page. A query text should be formated
in :doc:`/spec/query_syntax`. The syntax is similar to common search
form like Google's search form. For example, ``query1 query2`` means
@@ -355,7 +355,7 @@ conditions. ``filter`` can be used with ``query`` parameter. If both
logical and. It means that matched records shuold be matched against
both ``filter`` and ``query``.
-``filter`` parameter is desgined for complex conditions. A filter text
+``filter`` parameter is designed for complex conditions. A filter text
should be formated in :doc:`/spec/script_syntax`. The syntax is
similar to ECMAScript. For example, ``column == "value"`` means that
the ``column`` column is equal to ``"value"``. ``column < value`` means