summaryrefslogtreecommitdiffstats
path: root/src/callback.hpp
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/callback.hpp
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/callback.hpp')
-rw-r--r--src/callback.hpp6
1 files changed, 3 insertions, 3 deletions
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.
OpenPOWER on IntegriCloud