From e93fde7c81fbc4f73c3588305d4f67635949800a Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 9 Dec 2024 09:27:13 +0100 Subject: [PATCH] package/tcf-agent: fix 'will not' and 'unmodified' typos Found by codespell. Signed-off-by: Peter Korsgaard Signed-off-by: Julien Olivain (cherry picked from commit 10c218ea7805c0384cf28ab95350dcc2dd821f79) Signed-off-by: Peter Korsgaard --- package/tcf-agent/tcf-agent.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/tcf-agent/tcf-agent.mk b/package/tcf-agent/tcf-agent.mk index cc998d82d6..e90334c783 100644 --- a/package/tcf-agent/tcf-agent.mk +++ b/package/tcf-agent/tcf-agent.mk @@ -15,7 +15,7 @@ TCF_AGENT_DEPENDENCIES = util-linux TCF_AGENT_SUBDIR = agent # there is not much purpose for the shared lib, -# if wont be used (unmodifed) outside the tcf-agent application +# it will not be used (unmodified) outside the tcf-agent application TCF_AGENT_CONF_OPTS = \ -DBUILD_SHARED_LIBS=OFF \ -DTCF_MACHINE=$(call qstrip,$(BR2_PACKAGE_TCF_AGENT_ARCH))