Merge "TrivialFix: Fix typo"

This commit is contained in:
Jenkins 2017-08-02 08:47:57 +00:00 committed by Gerrit Code Review
commit cf709573a8
3 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ Mistral Client
--------------
The best way to learn about all the commands and arguements that are expected
is to use the ``mistral help`` comand.
is to use the ``mistral help`` command.
.. code-block:: bash
@ -34,7 +34,7 @@ It can also be used with the name of a sub-command.
positional arguments:
workflow_identifier Workflow ID or name. Workflow name will be deprecated
sinceMitaka.
since Mitaka.
...
@ -81,7 +81,7 @@ Then detailed help output can be requested for an individual command.
positional arguments:
workflow_identifier Workflow ID or name. Workflow name will be deprecated
sinceMitaka.
since Mitaka.
workflow_input Workflow input
params Workflow additional parameters

View File

@ -121,7 +121,7 @@ directory.
[oslo_policy]
policy_file = <path-of-policy.json file>
Default policy.json file is in ``mistral/etc/``. For more deatils see `policy.json file <https://docs.openstack.org/ocata/config-reference/policy-json-file.html>`_.
Default policy.json file is in ``mistral/etc/``. For more details see `policy.json file <https://docs.openstack.org/ocata/config-reference/policy-json-file.html>`_.
#. After that try to run mistral engine and see it is running without any error::

View File

@ -102,7 +102,7 @@ This function returns a random UUID using the current workflow execution ID
as a namespace.
The ``context`` argument will be passed by Mistral YAQL engine to the
function. It is invisble to the user. It contains variables from the current
function. It is invisible to the user. It contains variables from the current
task execution scope, such as ``__execution`` which is a dictionary with
information about the current workflow execution such as its ``id``.