]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
fix function name typo 1274/head
authorSeven Du <dujinfang@x-y-t.cn>
Thu, 16 Jan 2025 05:00:45 +0000 (13:00 +0800)
committerSeven Du <dujinfang@x-y-t.cn>
Thu, 16 Jan 2025 05:00:45 +0000 (13:00 +0800)
doc/rrdthreads.pod

index 71506e99e58beac49640be9b7313ab96da15dc84..7501e1a59110ccc9c312e36634036739afdc05d3 100644 (file)
@@ -49,7 +49,7 @@ with a SIGSEGV in a low-memory situation.
 
 =item *
 
-Always call C<rrd_error_clear()> before any call to the
+Always call C<rrd_clear_error()> before any call to the
 library. Otherwise the call might fail due to some earlier error.
 
 =back