From 78199b44b1438295b79f562e9d240034c05e4171 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Wed, 25 Oct 2017 16:30:18 -0500 Subject: 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 --- src/test/templates/callbackgentest.mako.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/templates/callbackgentest.mako.hpp') 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 indicies = {{ +const std::array indices = {{ % for g in instancegroups: { % for i in g.members: -- cgit v1.2.1