From 0745d15c6a8edda74018b58e9a0f7f05f48ddb1c Mon Sep 17 00:00:00 2001
From: Mattias Ellert <mattias.ellert@physics.uu.se>
Date: Fri, 26 Jan 2024 22:00:25 +0100
Subject: [PATCH] Fix manpage typos reported by lintian

---
 src/cgsi_plugin.c     | 2 +-
 src/cgsi_plugin.h     | 8 ++++----
 src/cgsi_plugin_int.h | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/cgsi_plugin.c b/src/cgsi_plugin.c
index 48c78fb..53695fc 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 2246704..a5b1310 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 d8b4aab..3269680 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.
  *
  */
-- 
GitLab