Fixed common misspellings.
Mostly found by 'codespell'.
This commit is contained in:
@@ -871,7 +871,7 @@ METHOD(ike_sa_t, update_hosts, void,
|
||||
|
||||
if (!other->equals(other, this->other_host))
|
||||
{
|
||||
/* update others adress if we are NOT NATed */
|
||||
/* update others address if we are NOT NATed */
|
||||
if (force || !has_condition(this, COND_NAT_HERE))
|
||||
{
|
||||
set_other_host(this, other->clone(other));
|
||||
|
||||
Reference in New Issue
Block a user