diff --git a/wx-config.in b/wx-config.in index d052b469eb..4e77ba0d98 100755 --- a/wx-config.in +++ b/wx-config.in @@ -233,7 +233,7 @@ cppflags() includes="-I${libdir}/wx/include/${TOOLCHAIN_NAME}$includes" # in inplace case we need to also add path to contrib headers -- do it - # unconditionnally as they might be used and we have no way of knowing if + # unconditionally as they might be used and we have no way of knowing if # they really are if test $inplace_flag = yes ; then includes="$includes -I${prefix}/contrib/include"