From 4ffc1e1ce5edd3933242faf65a0d9e46393ddaf9 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Wed, 16 Mar 2022 14:33:26 +0100
Subject: [PATCH] Fix Type "Univerity"

---
 check_conn            | 2 +-
 check_cpu             | 2 +-
 check_disk-io         | 2 +-
 check_eol             | 2 +-
 check_fs_errors       | 2 +-
 check_fs_writable     | 2 +-
 check_memory          | 2 +-
 check_mysqlserver     | 2 +-
 check_php-fpm-status  | 2 +-
 check_proc_ressources | 2 +-
 check_ssl_certs       | 2 +-
 zz_template_check_xyz | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/check_conn b/check_conn
index 0e90305..1d06e5a 100755
--- a/check_conn
+++ b/check_conn
@@ -37,7 +37,7 @@ ______________________________________________________________________
 CHECK_CONN check if is a host available on a given port via tcp or udp
 from local machine $( hostname -f ).
 
-(c) Institute for Medical Education - Univerity of Bern
+(c) Institute for Medical Education - University of Bern
 Licence: GNU GPL 3
 ______________________________________________________________________
 
diff --git a/check_cpu b/check_cpu
index a56eecf..3f418ff 100755
--- a/check_cpu
+++ b/check_cpu
@@ -38,7 +38,7 @@ ______________________________________________________________________
 $self_APPNAME 
 v$self_APPVERSION
 
-(c) Institute for Medical Education - Univerity of Bern
+(c) Institute for Medical Education - University of Bern
 Licence: GNU GPL 3
 ______________________________________________________________________
 
diff --git a/check_disk-io b/check_disk-io
index 2724047..be43ab7 100755
--- a/check_disk-io
+++ b/check_disk-io
@@ -41,7 +41,7 @@ ______________________________________________________________________
 
 CHECK_DISK IO AND LATENCY
 
-(c) Institute for Medical Education - Univerity of Bern
+(c) Institute for Medical Education - University of Bern
 Licence: GNU GPL 3
 ______________________________________________________________________
 
diff --git a/check_eol b/check_eol
index cc4c4ab..27c0907 100755
--- a/check_eol
+++ b/check_eol
@@ -148,7 +148,7 @@ ______________________________________________________________________
 
 CHECK EOL :: v${_version}
 
-(c) Institute for Medical Education - Univerity of Bern
+(c) Institute for Medical Education - University of Bern
 Licence: GNU GPL 3
 ______________________________________________________________________
 
diff --git a/check_fs_errors b/check_fs_errors
index 3978fd2..b652f80 100755
--- a/check_fs_errors
+++ b/check_fs_errors
@@ -26,7 +26,7 @@ ______________________________________________________________________
 
 CHECK_FS_ERRORS check if kernel logs inconsistency messages
 
-(c) Institute for Medical Education - Univerity of Bern
+(c) Institute for Medical Education - University of Bern
 Licence: GNU GPL 3
 ______________________________________________________________________
 
diff --git a/check_fs_writable b/check_fs_writable
index 544ed3d..881dc75 100755
--- a/check_fs_writable
+++ b/check_fs_writable
@@ -26,7 +26,7 @@ ______________________________________________________________________
 
 CHECK_FS_READONLY check if filesystem is readonly - v0.0
 
-(c) Institute for Medical Education - Univerity of Bern
+(c) Institute for Medical Education - University of Bern
 Licence: GNU GPL 3
 ______________________________________________________________________
 
diff --git a/check_memory b/check_memory
index a29cc02..3053da6 100755
--- a/check_memory
+++ b/check_memory
@@ -50,7 +50,7 @@ ______________________________________________________________________
 $self_APPNAME 
 v$self_APPVERSION
 
-(c) Institute for Medical Education - Univerity of Bern
+(c) Institute for Medical Education - University of Bern
 Licence: GNU GPL 3
 ______________________________________________________________________
 
diff --git a/check_mysqlserver b/check_mysqlserver
index 704916b..343f961 100755
--- a/check_mysqlserver
+++ b/check_mysqlserver
@@ -111,7 +111,7 @@ ______________________________________________________________________
 
 CHECK MYSQL SERVER :: v${_version}
 
-(c) Institute for Medical Education - Univerity of Bern
+(c) Institute for Medical Education - University of Bern
 Licence: GNU GPL 3
 ______________________________________________________________________
 
diff --git a/check_php-fpm-status b/check_php-fpm-status
index bd15740..cd9a506 100755
--- a/check_php-fpm-status
+++ b/check_php-fpm-status
@@ -69,7 +69,7 @@ ______________________________________________________________________
 CHECK_PHP-FPM-Status
 Get counters from PHP-FPM status output for active/ idle processes.
 
-(c) Institute for Medical Education - Univerity of Bern
+(c) Institute for Medical Education - University of Bern
 Licence: GNU GPL 3
 ______________________________________________________________________
 
diff --git a/check_proc_ressources b/check_proc_ressources
index fff846e..fbe0fcd 100755
--- a/check_proc_ressources
+++ b/check_proc_ressources
@@ -49,7 +49,7 @@ ______________________________________________________________________
 
 SHOW PROCESSES USING A LOT OF CPU OR MEMORY :: v${_version}
 
-(c) Institute for Medical Education - Univerity of Bern
+(c) Institute for Medical Education - University of Bern
 Licence: GNU GPL 3
 ______________________________________________________________________
 
diff --git a/check_ssl_certs b/check_ssl_certs
index 1bff688..82532c4 100755
--- a/check_ssl_certs
+++ b/check_ssl_certs
@@ -37,7 +37,7 @@ ______________________________________________________________________
 
 CHECK_SSL_CERTS
 
-(c) Institute for Medical Education - Univerity of Bern
+(c) Institute for Medical Education - University of Bern
 Licence: GNU GPL 3
 ______________________________________________________________________
 
diff --git a/zz_template_check_xyz b/zz_template_check_xyz
index 65f9b2d..8419392 100644
--- a/zz_template_check_xyz
+++ b/zz_template_check_xyz
@@ -20,7 +20,7 @@ ______________________________________________________________________
 
 CHECK_XYZ !!! add a short description
 
-(c) Institute for Medical Education - Univerity of Bern
+(c) Institute for Medical Education - University of Bern
 Licence: GNU GPL 3
 ______________________________________________________________________
 
-- 
GitLab