summaryrefslogtreecommitdiffstats
path: root/lib/extra_opts.c
diff options
context:
space:
mode:
authorDirk Mueller <dmueller@suse.com>2026-02-16 11:21:21 +0100
committerGitHub <noreply@github.com>2026-02-16 11:21:21 +0100
commit423d0c52674bfa4ec49e4ae8bce645131f657f74 (patch)
treea27276c89d37e3753b5ead6abe56132f2801d444 /lib/extra_opts.c
parent0f0865c910096c95594ac09929708e84934e46df (diff)
downloadmonitoring-plugins-423d0c52674bfa4ec49e4ae8bce645131f657f74.tar.gz
Fix a few typos (#2231)
Diffstat (limited to 'lib/extra_opts.c')
-rw-r--r--lib/extra_opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extra_opts.c b/lib/extra_opts.c
index 3fe69014..fa64d650 100644
--- a/lib/extra_opts.c
+++ b/lib/extra_opts.c
@@ -120,7 +120,7 @@ char **np_extra_opts(int *argc, char **argv, const char *plugin_name) {
120 } 120 }
121 ea1 = ea_tmp = NULL; 121 ea1 = ea_tmp = NULL;
122 } 122 }
123 } /* lather, rince, repeat */ 123 } /* lather, rinse, repeat */
124 124
125 if (ea_num == (size_t)*argc && extra_args == NULL) { 125 if (ea_num == (size_t)*argc && extra_args == NULL) {
126 /* No extra-opts */ 126 /* No extra-opts */