diff options
author | Tobias Brunner <tobias@strongswan.org> | 2008-10-14 12:18:53 +0000 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2008-10-14 12:18:53 +0000 |
commit | c25c8dce60f40df4f55b1bbb321ff6ca9c08be2b (patch) | |
tree | 04ec319857a99ec4ecb890fbd72e95457875b1b4 | |
parent | 35ae2d7fe75371336adcf62dbcfccb2148ef0c12 (diff) | |
download | strongswan-c25c8dce60f40df4f55b1bbb321ff6ca9c08be2b.tar.bz2 strongswan-c25c8dce60f40df4f55b1bbb321ff6ca9c08be2b.tar.xz |
typos
-rw-r--r-- | src/charon/sa/child_sa.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/charon/sa/child_sa.c b/src/charon/sa/child_sa.c index 29454dd95..2dc2ec5ed 100644 --- a/src/charon/sa/child_sa.c +++ b/src/charon/sa/child_sa.c @@ -97,12 +97,12 @@ struct private_child_sa_t { linked_list_t *policies; /** - * Seperate list for local traffic selectors + * Separate list for local traffic selectors */ linked_list_t *my_ts; /** - * Seperate list for remote traffic selectors + * Separate list for remote traffic selectors */ linked_list_t *other_ts; @@ -137,7 +137,7 @@ struct private_child_sa_t { time_t install_time; /** - * absolute time when rekeying is sceduled + * absolute time when rekeying is scheduled */ time_t rekey_time; @@ -167,7 +167,7 @@ struct private_child_sa_t { ipsec_mode_t mode; /** - * virtual IP assinged to local host + * virtual IP assigned to local host */ host_t *virtual_ip; @@ -865,7 +865,7 @@ static status_t update_hosts(private_child_sa_t *this, charon->kernel_interface->del_policy(charon->kernel_interface, policy->other_ts, policy->my_ts, POLICY_FWD); - /* check wether we have to update a "dynamic" traffic selector */ + /* check whether we have to update a "dynamic" traffic selector */ if (!me->ip_equals(me, this->me.addr) && policy->my_ts->is_host(policy->my_ts, this->me.addr)) { @@ -877,7 +877,7 @@ static status_t update_hosts(private_child_sa_t *this, policy->other_ts->set_address(policy->other_ts, other); } - /* we reinstall the virtual IP to handle interface romaing + /* we reinstall the virtual IP to handle interface roaming * correctly */ if (this->virtual_ip) { |