diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-01-05 04:09:19 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-01-05 04:09:19 +0100 |
commit | 3d653727a879659adb455df7e694402396327d75 (patch) | |
tree | a8d53462e28516f06653d192f8e4b78163a35e12 | |
parent | 97613b3b1a171654e3151512ec4a14b7f57ad3aa (diff) | |
download | strongswan-3d653727a879659adb455df7e694402396327d75.tar.bz2 strongswan-3d653727a879659adb455df7e694402396327d75.tar.xz |
removed superfluous s
8 files changed, 8 insertions, 8 deletions
diff --git a/src/libcharon/plugins/tnccs_20/messages/pb_access_recommendation_msg.h b/src/libcharon/plugins/tnccs_20/messages/pb_access_recommendation_msg.h index 3053f7261..2dde48eb6 100644 --- a/src/libcharon/plugins/tnccs_20/messages/pb_access_recommendation_msg.h +++ b/src/libcharon/plugins/tnccs_20/messages/pb_access_recommendation_msg.h @@ -42,7 +42,7 @@ extern enum_name_t *pb_access_recommendation_code_names; /** - * Classs representing the PB-Access-Recommendation message type. + * Class representing the PB-Access-Recommendation message type. */ struct pb_access_recommendation_msg_t { diff --git a/src/libcharon/plugins/tnccs_20/messages/pb_assessment_result_msg.h b/src/libcharon/plugins/tnccs_20/messages/pb_assessment_result_msg.h index 74d101521..d2b005114 100644 --- a/src/libcharon/plugins/tnccs_20/messages/pb_assessment_result_msg.h +++ b/src/libcharon/plugins/tnccs_20/messages/pb_assessment_result_msg.h @@ -26,7 +26,7 @@ typedef struct pb_assessment_result_msg_t pb_assessment_result_msg_t; #include "pb_tnc_msg.h" /** - * Classs representing the PB-Assessment-Result message type. + * Class representing the PB-Assessment-Result message type. */ struct pb_assessment_result_msg_t { diff --git a/src/libcharon/plugins/tnccs_20/messages/pb_error_msg.h b/src/libcharon/plugins/tnccs_20/messages/pb_error_msg.h index 66714123a..8b92742b5 100644 --- a/src/libcharon/plugins/tnccs_20/messages/pb_error_msg.h +++ b/src/libcharon/plugins/tnccs_20/messages/pb_error_msg.h @@ -43,7 +43,7 @@ enum pb_tnc_error_code_t { extern enum_name_t *pb_tnc_error_code_names; /** - * Classs representing the PB-Error message type. + * Class representing the PB-Error message type. */ struct pb_error_msg_t { diff --git a/src/libcharon/plugins/tnccs_20/messages/pb_experimental_msg.h b/src/libcharon/plugins/tnccs_20/messages/pb_experimental_msg.h index fbe93e287..b1cc4f46e 100644 --- a/src/libcharon/plugins/tnccs_20/messages/pb_experimental_msg.h +++ b/src/libcharon/plugins/tnccs_20/messages/pb_experimental_msg.h @@ -26,7 +26,7 @@ typedef struct pb_experimental_msg_t pb_experimental_msg_t; #include "pb_tnc_msg.h" /** - * Classs representing the PB-Experimental message type. + * Class representing the PB-Experimental message type. */ struct pb_experimental_msg_t { diff --git a/src/libcharon/plugins/tnccs_20/messages/pb_language_preference_msg.h b/src/libcharon/plugins/tnccs_20/messages/pb_language_preference_msg.h index c7cf2d8a3..17106f6fa 100644 --- a/src/libcharon/plugins/tnccs_20/messages/pb_language_preference_msg.h +++ b/src/libcharon/plugins/tnccs_20/messages/pb_language_preference_msg.h @@ -26,7 +26,7 @@ typedef struct pb_language_preference_msg_t pb_language_preference_msg_t; #include "pb_tnc_msg.h" /** - * Classs representing the PB-Language-Preference message type. + * Class representing the PB-Language-Preference message type. */ struct pb_language_preference_msg_t { diff --git a/src/libcharon/plugins/tnccs_20/messages/pb_pa_msg.h b/src/libcharon/plugins/tnccs_20/messages/pb_pa_msg.h index 872b22e20..366d790f6 100644 --- a/src/libcharon/plugins/tnccs_20/messages/pb_pa_msg.h +++ b/src/libcharon/plugins/tnccs_20/messages/pb_pa_msg.h @@ -47,7 +47,7 @@ typedef struct pb_pa_msg_t pb_pa_msg_t; extern enum_name_t *pa_tnc_subtype_names; /** - * Classs representing the PB-PA message type. + * Class representing the PB-PA message type. */ struct pb_pa_msg_t { diff --git a/src/libcharon/plugins/tnccs_20/messages/pb_reason_string_msg.h b/src/libcharon/plugins/tnccs_20/messages/pb_reason_string_msg.h index 791c72b7f..bb296a90c 100644 --- a/src/libcharon/plugins/tnccs_20/messages/pb_reason_string_msg.h +++ b/src/libcharon/plugins/tnccs_20/messages/pb_reason_string_msg.h @@ -26,7 +26,7 @@ typedef struct pb_reason_string_msg_t pb_reason_string_msg_t; #include "pb_tnc_msg.h" /** - * Classs representing the PB-Reason-String message type. + * Class representing the PB-Reason-String message type. */ struct pb_reason_string_msg_t { diff --git a/src/libcharon/plugins/tnccs_20/messages/pb_remediation_parameters_msg.h b/src/libcharon/plugins/tnccs_20/messages/pb_remediation_parameters_msg.h index eb9562516..258d495ec 100644 --- a/src/libcharon/plugins/tnccs_20/messages/pb_remediation_parameters_msg.h +++ b/src/libcharon/plugins/tnccs_20/messages/pb_remediation_parameters_msg.h @@ -40,7 +40,7 @@ enum pb_tnc_remed_param_type_t { extern enum_name_t *pb_tnc_remed_param_type_names; /** - * Classs representing the PB-Remediation-Parameters message type. + * Class representing the PB-Remediation-Parameters message type. */ struct pb_remediation_parameters_msg_t { |