From beb663428d01948a610e9c4f4e99f9531a88a4c8 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sun, 12 Sep 2021 07:44:41 +1000 Subject: [PATCH] config/functions: fix spelling mistake --- config/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/functions b/config/functions index d5e97974c9..484174acb1 100644 --- a/config/functions +++ b/config/functions @@ -832,7 +832,7 @@ do_autoreconf() { # >autoconf-2.69 will call gtkdocize when used in macros # when called with --install parameter. - # use "true" unkess gtkdocsize is in the toolchain. + # use "true" unless gtkdocsize is in the toolchain. if [ -e "$TOOLCHAIN/bin/gtkdocize" ]; then export GTKDOCIZE=$TOOLCHAIN/bin/gtkdocize else