summaryrefslogtreecommitdiffstats
path: root/src/test/templates
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-10-25 16:30:18 -0500
committerGunnar Mills <gmills@us.ibm.com>2017-10-25 16:33:00 -0500
commit78199b44b1438295b79f562e9d240034c05e4171 (patch)
tree7c23b99c475161b159f0c453ebb536bf185df800 /src/test/templates
parent937df1a99a263e73f820a66dada29cde2f58e847 (diff)
downloadphosphor-dbus-monitor-78199b44b1438295b79f562e9d240034c05e4171.tar.gz
phosphor-dbus-monitor-78199b44b1438295b79f562e9d240034c05e4171.zip
Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. Change-Id: I83c844373ea41d762367085cb16b01d31676e33d Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'src/test/templates')
-rw-r--r--src/test/templates/callbackgentest.mako.hpp2
-rw-r--r--src/test/templates/propertywatchgentest.mako.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/templates/callbackgentest.mako.hpp b/src/test/templates/callbackgentest.mako.hpp
index f387c23..44a02a4 100644
--- a/src/test/templates/callbackgentest.mako.hpp
+++ b/src/test/templates/callbackgentest.mako.hpp
@@ -1,6 +1,6 @@
auto storageCount = ${len(instances)};
-const std::array<Index, ${len(instancegroups)}> indicies = {{
+const std::array<Index, ${len(instancegroups)}> indices = {{
% for g in instancegroups:
{
% for i in g.members:
diff --git a/src/test/templates/propertywatchgentest.mako.hpp b/src/test/templates/propertywatchgentest.mako.hpp
index ac4dbee..4fe3be8 100644
--- a/src/test/templates/propertywatchgentest.mako.hpp
+++ b/src/test/templates/propertywatchgentest.mako.hpp
@@ -1,6 +1,6 @@
auto storageCount = ${len(instances)};
-const std::array<Index, ${len(instancegroups)}> indicies = {{
+const std::array<Index, ${len(instancegroups)}> indices = {{
% for g in instancegroups:
{
% for i in g.members:
OpenPOWER on IntegriCloud