[monitoring-plugins] Typo in check_mysql

Lorenz Kästle git at monitoring-plugins.org
Sat Apr 29 12:10:12 CEST 2023


 Module: monitoring-plugins
 Branch: master
 Commit: d10ee31d89c2c599ee4c502e82d632aef8554020
 Author: Lorenz Kästle <lorenz.kaestle at netways.de>
   Date: Fri Apr 28 16:51:39 2023 +0200
    URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=d10ee31

Typo in check_mysql

---

 plugins/check_mysql.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c
index 0cba50e..6cfa70e 100644
--- a/plugins/check_mysql.c
+++ b/plugins/check_mysql.c
@@ -551,7 +551,7 @@ print_help (void)
   printf ("    %s\n", _("Exit with CRITICAL status if slave server is more then INTEGER seconds"));
   printf ("    %s\n", _("behind master"));
   printf (" %s\n", "-l, --ssl");
-  printf ("    %s\n", _("Use ssl encryptation"));
+  printf ("    %s\n", _("Use ssl encryption"));
   printf (" %s\n", "-C, --ca-cert=STRING");
   printf ("    %s\n", _("Path to CA signing the cert"));
   printf (" %s\n", "-a, --cert=STRING");



More information about the Commits mailing list