Browse Source

spelling: otherwise

Josh Soref 7 years ago
parent
commit
9107fda611
2 changed files with 4 additions and 4 deletions
  1. 3 3
      src/lib/dhcp/option4_addrlst.h
  2. 1 1
      src/lib/process/d_cfg_mgr.h

+ 3 - 3
src/lib/dhcp/option4_addrlst.h

@@ -121,7 +121,7 @@ public:
     /// address to existing list or setAddresses() if you want to
     /// set the whole list at once.
     ///
-    /// Passed address must be IPv4 address. Otherwire BadValue exception
+    /// Passed address must be IPv4 address. Otherwise BadValue exception
     /// will be thrown.
     ///
     /// @param addrs address collection to be set
@@ -135,7 +135,7 @@ public:
     /// address to existing list or setAddresses() if you want to
     /// set the whole list at once.
     ///
-    /// Passed address must be IPv4 address. Otherwire BadValue exception
+    /// Passed address must be IPv4 address. Otherwise BadValue exception
     /// will be thrown.
     ///
     /// @param addr an address that is going to be set as 1-element address list
@@ -147,7 +147,7 @@ public:
     /// define only a single address or setAddresses() if you want to
     /// set the whole list at once.
     ///
-    /// Passed address must be IPv4 address. Otherwire BadValue exception
+    /// Passed address must be IPv4 address. Otherwise BadValue exception
     /// will be thrown.
     ///
     /// @param addr an address thait is going to be added to existing list

+ 1 - 1
src/lib/process/d_cfg_mgr.h

@@ -405,7 +405,7 @@ protected:
     ///
     /// For each scalar element in the set:
     /// - Invoke parseElement
-    /// - If it returns true go to the next element othewise:
+    /// - If it returns true go to the next element otherwise:
     ///     - create a parser for the element
     ///     - invoke the parser's build method
     ///     - invoke the parser's commit method