From 0076a67070e6d1008c481d012117abaf8c938ca6 Mon Sep 17 00:00:00 2001
From: hgangwx <hgangwx@cn.ibm.com>
Date: Thu, 31 Dec 2015 02:24:36 +0800
Subject: [PATCH] Wrong usage of "an"

Wrong usage of "an" in the message:
"The value is an hash of neutron_config resources"
Should be:
"The value is a hash of neutron_config resources"
Totally 1 occurrence in puppet-neutron base code.

Change-Id: I76d25c341f5d9a4e481900debc582d377b4f2f79
---
 manifests/config.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/config.pp b/manifests/config.pp
index 8c5adcda4..9af414b3a 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -6,7 +6,7 @@
 #
 # [*xxx_config*]
 #   (optional) Allow configuration of arbitrary Neutron xxx specific configurations.
-#   The value is an hash of neutron_config resources. Example:
+#   The value is a hash of neutron_config resources. Example:
 #   server_config =>
 #   { 'DEFAULT/foo' => { value => 'fooValue'},
 #     'DEFAULT/bar' => { value => 'barValue'}