|
@@ -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
|