Fix four typos on heat documentation

behaviour => behavior 2
evironment => environment
Non-dependant => Non-dependent

Change-Id: I895c88dd3382e29d54dd9d08353aa1c3f329d146
Closes-Bug: #1478410
This commit is contained in:
Atsushi SAKAI 2015-07-27 08:42:30 +09:00
parent 6cfcbd902d
commit 717fd1e184
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ Template resources provide a feature similar to the
:ref:`AWS::CloudFormation::Stack` resource, but also provide a way to:
* Define new resource types and build your own resource library.
* Override the default behaviour of existing resource types.
* Override the default behavior of existing resource types.
To achieve this:

View File

@ -20,7 +20,7 @@
Environments
============
The environment affects the runtime behaviour of a template. It provides a way
The environment affects the runtime behavior of a template. It provides a way
to override the resource implementations and a mechanism to place parameters
that the service needs.
@ -95,7 +95,7 @@ passed into all template resources::
Mapping resources
-----------------
You can map one resource to another in the ``resource_registry`` section
of an evironment file. The resource you provide in this manner must have an
of an environment file. The resource you provide in this manner must have an
identifier, and must reference either another resource's ID or the URL of an
existing template file.
@ -163,7 +163,7 @@ templates or type mapping::
When heat encounters a resource that has a hook, it pauses the resource
action until the hook clears. Any resources that depend on the paused action
wait as well. Non-dependant resources are created in parallel unless they have
wait as well. Non-dependent resources are created in parallel unless they have
their own hooks.
It is possible to perform a wild card match using an asterisk (`*`) in the