aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/ike_sa_manager.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2008-11-11 13:11:44 +0000
committerTobias Brunner <tobias@strongswan.org>2008-11-11 13:11:44 +0000
commit476c61fdcd192a3d4c707d839fe5577ee51b1cb4 (patch)
treebf40df738303b56e1a58434990e6a3dc92e42379 /src/charon/sa/ike_sa_manager.h
parent73937bd838b43d97c26f826f677fb540dd0368f5 (diff)
downloadstrongswan-476c61fdcd192a3d4c707d839fe5577ee51b1cb4.tar.bz2
strongswan-476c61fdcd192a3d4c707d839fe5577ee51b1cb4.tar.xz
some typos
Diffstat (limited to 'src/charon/sa/ike_sa_manager.h')
-rw-r--r--src/charon/sa/ike_sa_manager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/charon/sa/ike_sa_manager.h b/src/charon/sa/ike_sa_manager.h
index 8fc243e3f..601427107 100644
--- a/src/charon/sa/ike_sa_manager.h
+++ b/src/charon/sa/ike_sa_manager.h
@@ -59,7 +59,7 @@ struct ike_sa_manager_t {
* Create and check out a new IKE_SA.
*
* @param initiator TRUE for initiator, FALSE otherwise
- * @returns created andchecked out IKE_SA
+ * @returns created and checked out IKE_SA
*/
ike_sa_t* (*checkout_new) (ike_sa_manager_t* this, bool initiator);
@@ -67,13 +67,13 @@ struct ike_sa_manager_t {
* Checkout an IKE_SA by a message.
*
* In some situations, it is necessary that the manager knows the
- * message to use for the checkout. This has the folloing reasons:
+ * message to use for the checkout. This has the following reasons:
*
* 1. If the targeted IKE_SA is already processing a message, we do not
* check it out if the message ID is the same.
* 2. If it is an IKE_SA_INIT request, we have to check if it is a
* retransmission. If so, we have to drop the message, we would
- * create another unneded IKE_SA for each retransmitted packet.
+ * create another unneeded IKE_SA for each retransmitted packet.
*
* A call to checkout_by_message() returns a (maybe new created) IKE_SA.
* If processing the message does not make sense (for the reasons above),