From 68257056310b264cdfacd39a9113432a19d4023a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 11:15:17 -0400 Subject: [PATCH] spelling: additional --- src/bin/d2/d2_update_mgr.cc | 2 +- src/lib/process/d_controller.h | 2 +- src/lib/process/testutils/d_test_stubs.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/d2/d2_update_mgr.cc b/src/bin/d2/d2_update_mgr.cc index 279ef3e59d..322dd1f31e 100644 --- a/src/bin/d2/d2_update_mgr.cc +++ b/src/bin/d2/d2_update_mgr.cc @@ -82,7 +82,7 @@ D2UpdateMgr::checkFinishedTransactions() { while (it != transaction_list_.end()) { NameChangeTransactionPtr trans = (*it).second; if (trans->isModelDone()) { - // @todo Addtional actions based on NCR status could be + // @todo Additional actions based on NCR status could be // performed here. transaction_list_.erase(it++); } else { diff --git a/src/lib/process/d_controller.h b/src/lib/process/d_controller.h index 63d00c87be..05b726aede 100644 --- a/src/lib/process/d_controller.h +++ b/src/lib/process/d_controller.h @@ -593,7 +593,7 @@ protected: /// desired information such as library dependencies to the extended /// version text returned when DControllerBase::getVersion(true) is /// invoked. - /// @return a string containing additonal version info + /// @return a string containing additional version info virtual std::string getVersionAddendum() { return (""); } private: diff --git a/src/lib/process/testutils/d_test_stubs.h b/src/lib/process/testutils/d_test_stubs.h index cbdfc6ee74..6cc5b9aaae 100644 --- a/src/lib/process/testutils/d_test_stubs.h +++ b/src/lib/process/testutils/d_test_stubs.h @@ -277,7 +277,7 @@ protected: public: - /// @brief Provides addtional extended version text + /// @brief Provides additional extended version text /// /// Overrides the base class implementation so we can /// verify the getting the extended version text -- 2.47.3