diff --git a/src/cgsi_plugin.c b/src/cgsi_plugin.c index 48c78fbc3d9b76a9c69e3d9d73ec467eb0238e53..53695fc9f943f55abdb4fb8ff3d2b2636befaf26 100644 --- a/src/cgsi_plugin.c +++ b/src/cgsi_plugin.c @@ -24,7 +24,7 @@ * @author Akos Frohner CERN, IT/GD * * This is a GSI plugin for gSOAP. It uses the globus GSI libraries to implement - * GSI secure authentification and encryption on top of gSOAP. + * GSI secure authentication and encryption on top of gSOAP. * The globus GSI bundle is necessary for the plugin to compile and run. * */ diff --git a/src/cgsi_plugin.h b/src/cgsi_plugin.h index 224670407c2e369f1ff13f44327fe0b10bcb7a9b..a5b1310aefd22a0a0ca89f372cd4ef89feb31d40 100644 --- a/src/cgsi_plugin.h +++ b/src/cgsi_plugin.h @@ -22,7 +22,7 @@ * @author Ben Couturier CERN, IT/ADC * * This is a GSI plugin for gSOAP. It uses the globus GSI libraries to implement - * GSI secure authentification and encryption on top of gSOAP. + * GSI secure authentication and encryption on top of gSOAP. * The globus GSI bundle is necessary for the plugin to compile and run. * */ @@ -74,7 +74,7 @@ extern "C" { int soap_cgsi_init(struct soap *soap, int cgsi_options); /** - * Generic contructor for the cgsi_plugin + * Generic constructor for the cgsi_plugin * * @param soap The soap structure for the request * @param plugin Pointer to the plugin data structure @@ -85,7 +85,7 @@ int soap_cgsi_init(struct soap *soap, int cgsi_options); int cgsi_plugin(struct soap *soap, struct soap_plugin *plugin, void *arg); /** - * Client contructor for the cgsi_plugin + * Client constructor for the cgsi_plugin * * @param soap The soap structure for the request * @param plugin Pointer to the plugin data structure @@ -96,7 +96,7 @@ int cgsi_plugin(struct soap *soap, struct soap_plugin *plugin, void *arg); int client_cgsi_plugin(struct soap *soap, struct soap_plugin *plugin, void *arg); /** - * Server contructor for the cgsi_plugin + * Server constructor for the cgsi_plugin * * @param soap The soap structure for the request * @param plugin Pointer to the plugin data structure diff --git a/src/cgsi_plugin_int.h b/src/cgsi_plugin_int.h index d8b4aab9f270a6373aebb828067a0e524b2552ef..326968064da1e51e1e7d92231c4c8c3d16f6de24 100644 --- a/src/cgsi_plugin_int.h +++ b/src/cgsi_plugin_int.h @@ -21,7 +21,7 @@ * @author Ben Couturier CERN, IT/ADC * * This is a GSI plugin for gSOAP. It uses the globus GSI libraries to implement - * GSI secure authentification and encryption on top of gSOAP. + * GSI secure authentication and encryption on top of gSOAP. * The globus GSI bundle is necessary for the plugin to compile and run. * */