Fixed some typos

This commit is contained in:
Tobias Brunner
2013-10-29 11:44:23 +01:00
parent 1ba47fa565
commit 1dd58b0e21
4 changed files with 4 additions and 4 deletions
@@ -98,7 +98,7 @@ struct private_load_tester_config_t {
char *responder_id;
/**
* IPSec mode, tunnel|transport|beet
* IPsec mode, tunnel|transport|beet
*/
char *mode;
+1 -1
View File
@@ -1193,7 +1193,7 @@ METHOD(task_manager_t, process_message, status_t,
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
+1 -1
View File
@@ -55,7 +55,7 @@ struct xauth_manager_t {
/**
* 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.
*
+1 -1
View File
@@ -29,7 +29,7 @@
#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