]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: otherwise
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:18:44 +0000 (15:18 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:18:44 +0000 (15:18 -0400)
src/lib/dhcp/option4_addrlst.h
src/lib/process/d_cfg_mgr.h

index 24ff1288c39c82687a6f513319b59b1f64483c31..f285c3cda87ab608813c62d1dc915321aa3e65d2 100644 (file)
@@ -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
index 97af733812cb6cd9a7cbe858baeb5524adfd1a19..1d9e736aff02d14b95a228179a7ab857d74fb601 100644 (file)
@@ -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