char *responder_id;
/**
- * IPSec mode, tunnel|transport|beet
+ * IPsec mode, tunnel|transport|beet
*/
char *mode;
if (this->ike_sa->get_state(this->ike_sa) == IKE_CREATED ||
this->ike_sa->get_state(this->ike_sa) == IKE_CONNECTING ||
msg->get_exchange_type(msg) != IKE_SA_INIT)
- { /* only do updates based on verified messages (or inital ones) */
+ { /* only do updates based on verified messages (or initial ones) */
if (!this->ike_sa->supports_extension(this->ike_sa, EXT_MOBIKE))
{ /* with MOBIKE, we do no implicit updates. we force an
* update of the local address on IKE_SA_INIT, but never
/**
* Create a new XAuth method instance.
*
- * The name may contain an option string, seperated by a colon. This option
+ * The name may contain an option string, separated by a colon. This option
* string gets passed to the XAuth constructor to specify the behavior
* of the XAuth method.
*
#ifdef __APPLE__
/* while pthread_rwlock_rdlock(3) says that it supports multiple read locks,
- * this does not seem to be true. After releasing the a recursive rdlock,
+ * this does not seem to be true. After releasing a recursive rdlock,
* a subsequent wrlock fails... */
# undef HAVE_PTHREAD_RWLOCK_INIT
#endif