Update some typos
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/706be644 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/706be644 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/706be644 Branch: refs/heads/block_iteration Commit: 706be644389f1223f5ea19d1418c6b6aa8b9bc96 Parents: a540224 Author: Jaehwa Jung <[email protected]> Authored: Wed Oct 1 12:31:51 2014 +0900 Committer: Jaehwa Jung <[email protected]> Committed: Wed Oct 1 12:31:51 2014 +0900 ---------------------------------------------------------------------- tajo-docs/src/main/sphinx/tsql/meta_command.rst | 2 +- tajo-docs/src/main/sphinx/tsql/single_command.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/706be644/tajo-docs/src/main/sphinx/tsql/meta_command.rst ---------------------------------------------------------------------- diff --git a/tajo-docs/src/main/sphinx/tsql/meta_command.rst b/tajo-docs/src/main/sphinx/tsql/meta_command.rst index a147f2c..648041c 100644 --- a/tajo-docs/src/main/sphinx/tsql/meta_command.rst +++ b/tajo-docs/src/main/sphinx/tsql/meta_command.rst @@ -3,7 +3,7 @@ Meta Commands ********************************* -In tsql, anything command that begins with an unquoted backslash ('\') is a tsql meta-command that is processed by tsql itself. +In tsql, any command that begins with an unquoted backslash ('\') is a tsql meta-command that is processed by tsql itself. In the current implementation, there are meta commands as follows: :: http://git-wip-us.apache.org/repos/asf/tajo/blob/706be644/tajo-docs/src/main/sphinx/tsql/single_command.rst ---------------------------------------------------------------------- diff --git a/tajo-docs/src/main/sphinx/tsql/single_command.rst b/tajo-docs/src/main/sphinx/tsql/single_command.rst index 93b00c5..ae0a6ae 100644 --- a/tajo-docs/src/main/sphinx/tsql/single_command.rst +++ b/tajo-docs/src/main/sphinx/tsql/single_command.rst @@ -4,7 +4,7 @@ Executing a single command You may want to run more queries without entering tsql prompt. Tsql provides the -c argument for above -requirement. And tajo assumes that queries separated by semicolon as follows: +requirement. And tajo assumes that queries are separated by semicolon as follows: .. code-block:: sql
