From 423d0c52674bfa4ec49e4ae8bce645131f657f74 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 16 Feb 2026 11:21:21 +0100 Subject: Fix a few typos (#2231) --- lib/perfdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/perfdata.c') diff --git a/lib/perfdata.c b/lib/perfdata.c index 2930a8bc..b447b8ea 100644 --- a/lib/perfdata.c +++ b/lib/perfdata.c @@ -37,7 +37,7 @@ char *pd_to_string(mp_perfdata pd) { if (strchr(pd.label, '\'') == NULL) { asprintf(&result, "'%s'=", pd.label); } else { - // we have a illegal single quote in the string + // we have an illegal single quote in the string // replace it silently instead of complaining for (char *ptr = pd.label; *ptr == '\0'; ptr++) { if (*ptr == '\'') { -- cgit v1.2.3-74-g34f1