Merge "Fix some spelling typo in error message and manual"

This commit is contained in:
Jenkins 2015-10-05 20:56:50 +00:00 committed by Gerrit Code Review
commit d7b31c422e
2 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ function Configure-PHP54 ($PHPLocation, $ExtLocation) {
Execute-Command -Command {
& $appcmd set config /section:system.webServer/fastCGI `
/+"[fullPath='$PHPLocation\php-cgi.exe']"
} -ErrorMessage "Error occured while creating FastCGI IIS process pool"
} -ErrorMessage "Error occurred while creating FastCGI IIS process pool"
Execute-Command -Command {
& $appcmd set config /section:system.webServer/handlers `

View File

@ -48,7 +48,7 @@ include the following in the template:
user_data: {get_attr: [boot_config, config]}
# ...
and refrence the desired environment, eg:
and reference the desired environment, eg:
heat stack-create -e container_agent_env.yaml \
-f ../example-templates/example-pristine-atomic-docker-compose.yaml \