]> git.saurik.com Git - wxWidgets.git/blobdiff - wx-config.in
fixed OnFrameClose() return type
[wxWidgets.git] / wx-config.in
index d052b469eb887d40981636534f0d355fc8236b49..4e77ba0d9890d4c9c80473e6f1cbe036c6a31f64 100755 (executable)
@@ -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"