]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: additional
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:15:17 +0000 (11:15 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:15:17 +0000 (11:15 -0400)
src/bin/d2/d2_update_mgr.cc
src/lib/process/d_controller.h
src/lib/process/testutils/d_test_stubs.h

index 279ef3e59d755bab56062af4c3c5b38a0503561f..322dd1f31e8d9fd0a9e752f88fc1201664777315 100644 (file)
@@ -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 {
index 63d00c87be58c49d36bb95850071b129f6eca946..05b726aedec46cedecc6d079e28e8ae5f8057b09 100644 (file)
@@ -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:
index cbdfc6ee74c8d69d9deb1ebee142abf7b77ffa99..6cc5b9aaae15f269d7c81247544ec84f24b611c1 100644 (file)
@@ -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