diff options
author | Ton Voon <tonvoon@macbook.local> | 2009-02-20 00:00:13 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@macbook.local> | 2009-02-20 00:00:13 (GMT) |
commit | 532454485570d76c159b7ddcf218dce1d59c26d3 (patch) | |
tree | 2080263bdd160ed32173955568d78ddbffa9dfce /plugins/check_mysql.c | |
parent | 31efea1b490a12a64ce0359c2d847a381d2efb7b (diff) | |
download | monitoring-plugins-532454485570d76c159b7ddcf218dce1d59c26d3.tar.gz |
Typo fixes (Jan Wagner - SF 1878971)
Diffstat (limited to 'plugins/check_mysql.c')
-rw-r--r-- | plugins/check_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c index a1a6376..119ce0a 100644 --- a/plugins/check_mysql.c +++ b/plugins/check_mysql.c | |||
@@ -377,7 +377,7 @@ print_help (void) | |||
377 | 377 | ||
378 | printf (_(COPYRIGHT), copyright, email); | 378 | printf (_(COPYRIGHT), copyright, email); |
379 | 379 | ||
380 | printf ("%s\n", _("This program tests connections to a mysql server")); | 380 | printf ("%s\n", _("This program tests connections to a MySQL server")); |
381 | 381 | ||
382 | printf ("\n\n"); | 382 | printf ("\n\n"); |
383 | 383 | ||