From b898edf90ae5814f32e6303b733468673970ddfd Mon Sep 17 00:00:00 2001 From: hgangwx Date: Wed, 30 Dec 2015 20:03:02 +0800 Subject: [PATCH] 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 --- manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/config.pp b/manifests/config.pp index 173744d1..79bb6cba 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -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'} # }