Skip to content
Snippets Groups Projects
Commit 0745d15c authored by Mattias Ellert's avatar Mattias Ellert Committed by Mihai Patrascoiu
Browse files

Fix manpage typos reported by lintian

parent 2f533c8d
No related branches found
No related tags found
1 merge request!5Fix manpage typos reported by lintian
Pipeline #7847538 passed
......@@ -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.
*
*/
......
......@@ -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
......
......@@ -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.
*
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment