diff mbox series

[19/42] package/collectd: fix typos in help text / comment

Message ID 20240910070823.4158894-20-peter@korsgaard.com
State Accepted
Headers show
Series codespell spelling fixes A-H | expand

Commit Message

Peter Korsgaard Sept. 10, 2024, 7:07 a.m. UTC
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/collectd/Config.in   | 6 +++---
 package/collectd/collectd.mk | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/package/collectd/Config.in b/package/collectd/Config.in
index 5f39507cff..39c0d352e5 100644
--- a/package/collectd/Config.in
+++ b/package/collectd/Config.in
@@ -288,7 +288,7 @@  config BR2_PACKAGE_COLLECTD_GPS
 	bool "gps"
 	select BR2_PACKAGE_GPSD
 	help
-	  Reports the number of sattelites seen by and precision
+	  Reports the number of satellites seen by and precision
 	  of a GPS receiver.
 
 config BR2_PACKAGE_COLLECTD_HUGEPAGES
@@ -471,7 +471,7 @@  config BR2_PACKAGE_COLLECTD_PING
 	bool "ping"
 	select BR2_PACKAGE_LIBOPING
 	help
-	  Mesures network latency using ICMP "echo requests".
+	  Measures network latency using ICMP "echo requests".
 
 config BR2_PACKAGE_COLLECTD_POSTGRESQL
 	bool "postgresql"
@@ -493,7 +493,7 @@  comment "postgresql support can't be built with Optimize for fast"
 config BR2_PACKAGE_COLLECTD_PROCESSES
 	bool "processes"
 	help
-	  Collects the number of processes gruped by state.
+	  Collects the number of processes grouped by state.
 
 config BR2_PACKAGE_COLLECTD_PROTOCOLS
 	bool "protocols"
diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk
index b47b2efaba..7bfe556e90 100644
--- a/package/collectd/collectd.mk
+++ b/package/collectd/collectd.mk
@@ -38,7 +38,7 @@  endif
 COLLECTD_CONF_ENV += CFLAGS="$(COLLECTD_CFLAGS)"
 
 #
-# NOTE: There's also a third availible setting "intswap", which might
+# NOTE: There's also a third available setting "intswap", which might
 # be needed on some old ARM hardware (see [2]), but is not being
 # accounted for as per discussion [1]
 #