diff options
Diffstat (limited to 'Source/charon/config')
-rw-r--r-- | Source/charon/config/connection.h | 2 | ||||
-rw-r--r-- | Source/charon/config/policy.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/config/connection.h b/Source/charon/config/connection.h index 8ecce9d66..39b076411 100644 --- a/Source/charon/config/connection.h +++ b/Source/charon/config/connection.h @@ -156,7 +156,7 @@ struct connection_t { linked_list_t *(*get_proposals) (connection_t *this); /** - * @brief Adds a proposal to the list.. + * @brief Adds a proposal to the list. * * The first added proposal has the highest priority, the last * added the lowest. diff --git a/Source/charon/config/policy.h b/Source/charon/config/policy.h index 78cda1e8b..5a0823758 100644 --- a/Source/charon/config/policy.h +++ b/Source/charon/config/policy.h @@ -79,7 +79,7 @@ struct policy_t { void (*update_my_id) (policy_t *this, identification_t *my_id); /** - * @brief Update others ID. + * @brief Update others id. * * It may be necessary to uptdate others ID, as it * is set to %any or to e.g. *@strongswan.org in |