Banish all 'witches' in murano repository.

Fix typos in murano documentation.

Change-Id: I88fca0ab037d054fdbb08c6842c8be81d311664c
This commit is contained in:
Alexey Galkin
2015-10-28 20:47:30 +03:00
parent 8ee1335b5e
commit 5591b77161
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ provide the resources argument:
..instance.agent.callRaw($plan)
Also, there are ``instance.agent.call($template, $resources)`` and
``..instance.agent.sendRaw($plan)`` methods witch have the same meaning but
``..instance.agent.sendRaw($plan)`` methods which have the same meaning but
indicate the engine not to wait for the script execution result. The default
agent call response time (with the corresponding method call) is set in
murano configuration file and equals to one hour. Take a look at the ``engine``

View File

@@ -275,7 +275,7 @@ The ApacheHTTPServer's DeployApache.template:
As it can be viewed from the source code, besides specifying versions of different items,
ApacheHTTPServer execution plan accepts the ``enablePHP`` parameter. This parameter is
an input parameter to the ``apacheDeploy.sh`` script. This script initiates ``runApacheDeploy.sh``
execution, witch is also located at the ``Resources`` directory and installs apache app and php
execution, which is also located at the ``Resources`` directory and installs apache app and php
if selected.
For the detailed information regarding the execution plan template, its sections and syntax,