- applied patch from the NAT-T team fixing several typos

This commit is contained in:
Martin Willi
2006-05-19 06:46:22 +00:00
parent 86a7937b45
commit 7881ac141e
7 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -513,7 +513,7 @@ static void log_status(private_child_sa_t *this, logger_t *logger, char* name)
*/
static void destroy(private_child_sa_t *this)
{
/* delete all policys in the kernel */
/* delete all policies in the kernel */
sa_policy_t *policy;
while (this->policies->remove_last(this->policies, (void**)&policy) == SUCCESS)
{