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