config/functions: fix spelling mistake

This commit is contained in:
heitbaum 2021-09-12 07:44:41 +10:00
parent fc32a7424a
commit beb663428d

View File

@ -832,7 +832,7 @@ do_autoreconf() {
# >autoconf-2.69 will call gtkdocize when used in macros # >autoconf-2.69 will call gtkdocize when used in macros
# when called with --install parameter. # 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 if [ -e "$TOOLCHAIN/bin/gtkdocize" ]; then
export GTKDOCIZE=$TOOLCHAIN/bin/gtkdocize export GTKDOCIZE=$TOOLCHAIN/bin/gtkdocize
else else