Wrong usage of "an"

Wrong usage of "an" in the messages:
"The value is an hash of heat_config resources"
Should be:
"The value is a hash of heat_config resources"

Totally 1 occurrence in puppet-heat base code.

Change-Id: I0d449ca9411da303772351e07eaa53331ed27aff
This commit is contained in:
hgangwx 2015-12-30 20:03:02 +08:00
parent 800278b093
commit b898edf90a

View File

@ -6,7 +6,7 @@
#
# [*heat_config*]
# (optional) Allow configuration of arbitrary Heat configurations.
# The value is an hash of heat_config resources. Example:
# The value is a hash of heat_config resources. Example:
# { 'DEFAULT/foo' => { value => 'fooValue'},
# 'DEFAULT/bar' => { value => 'barValue'}
# }