From 107ca037c463818033ea9887d284a98b98662eb1 Mon Sep 17 00:00:00 2001 From: Junqi Zhao Date: Tue, 13 Jun 2023 22:34:41 +0800 Subject: [PATCH] fix misspel in CHANGELOG.md (#2717) Signed-off-by: juzhao --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 050eadd7..e4c5e964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -130,9 +130,9 @@ NOTE: In order to support globs in the textfile collector path, filenames expose * [ENHANCEMENT] Add flag to disable guest CPU metrics #2123 * [ENHANCEMENT] Add DMI collector #2131 * [ENHANCEMENT] Add threads metrics to processes collector #2164 -* [ENHANCMMENT] Reduce timer GC delays in the Linux filesystem collector #2169 -* [ENHANCMMENT] Add TCPTimeouts to netstat default filter #2189 -* [ENHANCMMENT] Use SysctlTimeval for boottime collector on BSD #2208 +* [ENHANCEMENT] Reduce timer GC delays in the Linux filesystem collector #2169 +* [ENHANCEMENT] Add TCPTimeouts to netstat default filter #2189 +* [ENHANCEMENT] Use SysctlTimeval for boottime collector on BSD #2208 * [BUGFIX] ethtool: Sanitize metric names #2093 * [BUGFIX] Fix ethtool collector for multiple interfaces #2126 * [BUGFIX] Fix possible panic on macOS #2133 @@ -462,7 +462,7 @@ Other breaking changes: **Breaking changes** This release contains major breaking changes to flag handling. -* The flag library has been changed, all flags now require double-dashs. (`-foo` becomes `--foo`). +* The flag library has been changed, all flags now require double-dashes. (`-foo` becomes `--foo`). * The collector selection flag has been replaced by individual boolean flags. * The `-collector.procfs` and `-collector.sysfs` flags have been renamed to `--path.procfs` and `--path.sysfs` respectively.