diff options
author | Lorenz <12514511+RincewindsHat@users.noreply.github.com> | 2023-04-14 22:02:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 22:02:42 +0200 |
commit | aff54257822a507121aaaee0b6b8cdfdef41b615 (patch) | |
tree | abfb970cab5f7bfed94fe0b70ddfc37ed24cc567 /plugins/check_ups.c | |
parent | e44dcb80f1fdab2751cd460325391676e4f1a466 (diff) | |
parent | 0f3703e641f0f995a8abb40056cb5430b6c228c4 (diff) | |
download | monitoring-plugins-aff54257822a507121aaaee0b6b8cdfdef41b615.tar.gz |
Merge pull request #1864 from waja/seperated_typo
Fix typos
Diffstat (limited to 'plugins/check_ups.c')
-rw-r--r-- | plugins/check_ups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ups.c b/plugins/check_ups.c index 0de37a20..12bce217 100644 --- a/plugins/check_ups.c +++ b/plugins/check_ups.c | |||
@@ -507,7 +507,7 @@ process_arguments (int argc, char **argv) | |||
507 | usage2 (_("Invalid hostname/address"), optarg); | 507 | usage2 (_("Invalid hostname/address"), optarg); |
508 | } | 508 | } |
509 | break; | 509 | break; |
510 | case 'T': /* FIXME: to be improved (ie "-T C" for Celsius or "-T F" for Farenheit) */ | 510 | case 'T': /* FIXME: to be improved (ie "-T C" for Celsius or "-T F" for Fahrenheit) */ |
511 | temp_output_c = 1; | 511 | temp_output_c = 1; |
512 | break; | 512 | break; |
513 | case 'u': /* ups name */ | 513 | case 'u': /* ups name */ |