From 3f12cfcb506d767cd0e7ee5993be4f3114689b30 Mon Sep 17 00:00:00 2001 From: kelseiv <47797004+kelseiv@users.noreply.github.com> Date: Wed, 28 Oct 2020 17:54:57 -0700 Subject: [PATCH] Update release-notes-changelog.md --- .../telegraf/v1.16/about_the_project/release-notes-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/telegraf/v1.16/about_the_project/release-notes-changelog.md b/content/telegraf/v1.16/about_the_project/release-notes-changelog.md index db01f150a..bd2bbb991 100644 --- a/content/telegraf/v1.16/about_the_project/release-notes-changelog.md +++ b/content/telegraf/v1.16/about_the_project/release-notes-changelog.md @@ -21,7 +21,7 @@ menu: - Disable on specific Linux architectures (MIPS64, mips64le, ppc64le, riscv64). - Fix an issue to properly close file handlers. - Processes (`processes`): Fix an issue with receiving `no such file or directory` stat error. -- Windows Performance Counters (`win_perf_counters`): Fix an issue with the counter with a negative denominator error to cause gathering operations to fail. +- Windows Performance Counters (`win_perf_counters`): Fix an issue with the counter where a negative denominator error would cause gathering operations to fail. ### Output plugin updates