From: Josh Soref Date: Sun, 23 Jul 2017 19:18:44 +0000 (-0400) Subject: spelling: otherwise X-Git-Tag: trac5124a_base~35^2~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9107fda611b24b137cb52984fdf1fb887192506f;p=thirdparty%2Fkea.git spelling: otherwise --- diff --git a/src/lib/dhcp/option4_addrlst.h b/src/lib/dhcp/option4_addrlst.h index 24ff1288c3..f285c3cda8 100644 --- a/src/lib/dhcp/option4_addrlst.h +++ b/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 diff --git a/src/lib/process/d_cfg_mgr.h b/src/lib/process/d_cfg_mgr.h index 97af733812..1d9e736aff 100644 --- a/src/lib/process/d_cfg_mgr.h +++ b/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