package/exim: fix typo in comment

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Bernd Kuhls 2022-10-30 22:25:29 +01:00 committed by Yann E. MORIN
parent 27a4b1a967
commit 55ef42e090

View File

@ -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