From 55ef42e090b39fdf129b7e5e218019e0156fe166 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 30 Oct 2022 22:25:29 +0100 Subject: [PATCH] package/exim: fix typo in comment Signed-off-by: Bernd Kuhls Signed-off-by: Yann E. MORIN --- package/exim/exim.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/exim/exim.mk b/package/exim/exim.mk index e0fcd83fb0..9c54eeec44 100644 --- a/package/exim/exim.mk +++ b/package/exim/exim.mk @@ -20,7 +20,7 @@ define exim-config-change # variable-name, variable-value $(@D)/Local/Makefile endef -# Comment-out a variable. Has no effect if it does not exits. +# Comment-out a variable. Has no effect if it does not exist. define exim-config-unset # variable-name $(SED) 's,^\([[:space:]]*$1[[:space:]]*=.*$$\),# \1,' \ $(@D)/Local/Makefile