From e0b4e74fa8e888d55b6512fceb12ee1e4333f533 Mon Sep 17 00:00:00 2001 From: Seven Du Date: Thu, 16 Jan 2025 13:00:45 +0800 Subject: [PATCH] fix function name typo --- doc/rrdthreads.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rrdthreads.pod b/doc/rrdthreads.pod index 71506e99e..7501e1a59 100644 --- a/doc/rrdthreads.pod +++ b/doc/rrdthreads.pod @@ -49,7 +49,7 @@ with a SIGSEGV in a low-memory situation. =item * -Always call C before any call to the +Always call C before any call to the library. Otherwise the call might fail due to some earlier error. =back