From 36b35ea965faf82d7efa130910e6e75c111a88d2 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Thu, 12 May 2022 22:34:35 +0200 Subject: [PATCH] package/nut: fix typo in comment Signed-off-by: Bernd Kuhls Signed-off-by: Arnout Vandecappelle (Essensium/Mind) (cherry picked from commit 16d773bc4f126c63705ba303b2326ce5e794f64e) Signed-off-by: Peter Korsgaard --- 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.