[Buildroot] [git commit branch/2022.02.x] package/nut: fix typo in comment

Peter Korsgaard peter at korsgaard.com
Sat May 28 19:41:14 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=36b35ea965faf82d7efa130910e6e75c111a88d2
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.02.x

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
(cherry picked from commit 16d773bc4f126c63705ba303b2326ce5e794f64e)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/nut/nut.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/nut/nut.mk b/package/nut/nut.mk
index db0247dc2c..cd31cd886a 100644
--- a/package/nut/nut.mk
+++ b/package/nut/nut.mk
@@ -61,7 +61,7 @@ else
 NUT_CONF_OPTS += --without-cgi
 endif
 
-# nut-scanner needs libltdl, which is a wrapper arounf dlopen/dlsym,
+# nut-scanner needs libltdl, which is a wrapper around dlopen/dlsym,
 # so is not available for static-only builds.
 # There is no flag to directly enable/disable nut-scanner, it's done
 # via the --enable/disable-libltdl flag.



More information about the buildroot mailing list