Fixed additional typos in comments and log messages.
This commit is contained in:
@@ -55,7 +55,7 @@ struct ha_segments_t {
|
||||
* Activate a set of IKE_SAs identified by a segment.
|
||||
*
|
||||
* @param segment numerical segment to takeover, 0 for all
|
||||
* @param notify wheter to notify other nodes about activation
|
||||
* @param notify whether to notify other nodes about activation
|
||||
*/
|
||||
void (*activate)(ha_segments_t *this, u_int segment, bool notify);
|
||||
|
||||
@@ -63,7 +63,7 @@ struct ha_segments_t {
|
||||
* Deactivate a set of IKE_SAs identified by a segment.
|
||||
*
|
||||
* @param segment numerical segment to takeover, 0 for all
|
||||
* @param notify wheter to notify other nodes about deactivation
|
||||
* @param notify whether to notify other nodes about deactivation
|
||||
*/
|
||||
void (*deactivate)(ha_segments_t *this, u_int segment, bool notify);
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ struct private_ike_cert_pre_t {
|
||||
bool do_http_lookup;
|
||||
|
||||
/**
|
||||
* wheter this is the final authentication round
|
||||
* whether this is the final authentication round
|
||||
*/
|
||||
bool final;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user