summaryrefslogtreecommitdiffstats
path: root/plugins/check_curl.c
diff options
context:
space:
mode:
authorwaja <waja@users.noreply.github.com>2023-01-17 14:42:54 (GMT)
committerGitHub <noreply@github.com>2023-01-17 14:42:54 (GMT)
commit72147140ed6c9a06db722930e893c90a230e6da9 (patch)
tree92c6468e05cb27a51be01a8b39e1481cf25e1164 /plugins/check_curl.c
parent0899e41f5075d661153eb2c77ace1734a8f66bfa (diff)
downloadmonitoring-plugins-72147140ed6c9a06db722930e893c90a230e6da9.tar.gz
Fixing spelling errors (#1826)
Diffstat (limited to 'plugins/check_curl.c')
-rw-r--r--plugins/check_curl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_curl.c b/plugins/check_curl.c
index 55de22f..c6593df 100644
--- a/plugins/check_curl.c
+++ b/plugins/check_curl.c
@@ -1680,7 +1680,7 @@ process_arguments (int argc, char **argv)
1680 curl_http_version = CURL_HTTP_VERSION_NONE; 1680 curl_http_version = CURL_HTTP_VERSION_NONE;
1681#endif /* LIBCURL_VERSION_NUM >= MAKE_LIBCURL_VERSION(7, 33, 0) */ 1681#endif /* LIBCURL_VERSION_NUM >= MAKE_LIBCURL_VERSION(7, 33, 0) */
1682 } else { 1682 } else {
1683 fprintf (stderr, "unkown http-version parameter: %s\n", optarg); 1683 fprintf (stderr, "unknown http-version parameter: %s\n", optarg);
1684 exit (STATE_WARNING); 1684 exit (STATE_WARNING);
1685 } 1685 }
1686 break; 1686 break;