From 42687ff5d18947e8ef79402d43e816d037ae2d4f Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 4 Jan 2007 14:29:50 +0000 Subject: [PATCH] fixed typo --- src/charon/sa/transactions/rekey_ike_sa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/charon/sa/transactions/rekey_ike_sa.c b/src/charon/sa/transactions/rekey_ike_sa.c index 10c800573..23e7e5638 100644 --- a/src/charon/sa/transactions/rekey_ike_sa.c +++ b/src/charon/sa/transactions/rekey_ike_sa.c @@ -333,7 +333,7 @@ static status_t process_notifys(private_rekey_ike_sa_t *this, notify_payload_t * } /** - * Switch to the new created IKE_SA + * Switch to the newly created IKE_SA */ static status_t switchto_new_sa(private_rekey_ike_sa_t* this, bool initiator) {