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/callback.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/callback.hpp') diff --git a/src/callback.hpp b/src/callback.hpp index 06df910..1d248bd 100644 --- a/src/callback.hpp +++ b/src/callback.hpp @@ -100,9 +100,9 @@ class IndexedCallback : public Callback /** @class GroupOfCallbacks * @brief Invoke multiple callbacks. * - * A group of callbacks is implemented as a vector of array indicies + * A group of callbacks is implemented as a vector of array indices * into an external array of callbacks. The group function call - * operator traverses the vector of indicies, invoking each + * operator traverses the vector of indices, invoking each * callback. * * @tparam CallbackAccess - Access to the array of callbacks. @@ -175,7 +175,7 @@ class ConditionalCallback: public Callback * Deferrable callbacks wait a configurable period before * invoking their associated callback. * - * When the callback condition is initally met, start a timer. If the + * When the callback condition is initially met, start a timer. If the * condition is tested again before the timer expires and it is not * met cancel the timer. If the timer expires invoke the associated * callback. -- cgit v1.2.1