Spelling fixes
* accumulating * acquire * alignment * appropriate * argument * assign * attribute * authenticate * authentication * authenticator * authority * auxiliary * brackets * callback * camellia * can't * cancelability * certificate * choinyambuu * chunk * collector * collision * communicating * compares * compatibility * compressed * confidentiality * configuration * connection * consistency * constraint * construction * constructor * database * decapsulated * declaration * decrypt * derivative * destination * destroyed * details * devised * dynamic * ecapsulation * encoded * encoding * encrypted * enforcing * enumerator * establishment * excluded * exclusively * exited * expecting * expire * extension * filter * firewall * foundation * fulfillment * gateways * hashing * hashtable * heartbeats * identifier * identifiers * identities * identity * implementers * indicating * initialize * initiate * initiation * initiator * inner * instantiate * legitimate * libraries * libstrongswan * logger * malloc * manager * manually * measurement * mechanism * message * network * nonexistent * object * occurrence * optional * outgoing * packages * packets * padding * particular * passphrase * payload * periodically * policies * possible * previously * priority * proposal * protocol * provide * provider * pseudo * pseudonym * public * qualifier * quantum * quintuplets * reached * reading * recommendation to * recommendation * recursive * reestablish * referencing * registered * rekeying * reliable * replacing * representing * represents * request * request * resolver * result * resulting * resynchronization * retriable * revocation * right * rollback * rule * rules * runtime * scenario * scheduled * security * segment * service * setting * signature * specific * specified * speed * started * steffen * strongswan * subjectaltname * supported * threadsafe * traffic * tremendously * treshold * unique * uniqueness * unknown * until * upper * using * validator * verification * version * version * warrior Closes strongswan/strongswan#164.
This commit is contained in:
committed by
Tobias Brunner
parent
baf29263d5
commit
b3ab7a48cc
@@ -248,7 +248,7 @@ enum ike_condition_t {
|
||||
* Timing information and statistics to query from an SA
|
||||
*/
|
||||
enum statistic_t {
|
||||
/** Timestamp of SA establishement */
|
||||
/** Timestamp of SA establishment */
|
||||
STAT_ESTABLISHED = 0,
|
||||
/** Timestamp of scheduled rekeying */
|
||||
STAT_REKEY,
|
||||
@@ -766,7 +766,7 @@ struct ike_sa_t {
|
||||
* to the CHILD_SA.
|
||||
*
|
||||
* @param child_cfg child config to create CHILD from
|
||||
* @param reqid reqid to use for CHILD_SA, 0 assigne uniquely
|
||||
* @param reqid reqid to use for CHILD_SA, 0 assign uniquely
|
||||
* @param tsi source of triggering packet
|
||||
* @param tsr destination of triggering packet.
|
||||
* @return
|
||||
@@ -1036,7 +1036,7 @@ struct ike_sa_t {
|
||||
status_t (*reauth) (ike_sa_t *this);
|
||||
|
||||
/**
|
||||
* Restablish the IKE_SA.
|
||||
* Reestablish the IKE_SA.
|
||||
*
|
||||
* Reestablish an IKE_SA after it has been closed.
|
||||
*
|
||||
@@ -1140,7 +1140,7 @@ struct ike_sa_t {
|
||||
/**
|
||||
* Remove the task the given enumerator points to.
|
||||
*
|
||||
* @note This should be used with caution, in partciular, for tasks in the
|
||||
* @note This should be used with caution, in particular, for tasks in the
|
||||
* active and passive queues.
|
||||
*
|
||||
* @param enumerator enumerator created with the method above
|
||||
@@ -1155,7 +1155,7 @@ struct ike_sa_t {
|
||||
void (*flush_queue)(ike_sa_t *this, task_queue_t queue);
|
||||
|
||||
/**
|
||||
* Queue a task for initiaton to the task manager.
|
||||
* Queue a task for initiation to the task manager.
|
||||
*
|
||||
* @param task task to queue
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user