]> git.saurik.com Git - wxWidgets.git/commitdiff
No changes, just fix some typos in acinclude.m4 comments.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 26 Oct 2011 23:20:13 +0000 (23:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 26 Oct 2011 23:20:13 +0000 (23:20 +0000)
See #13375.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

acinclude.m4

index 1b60107640f4edcc9e5d2ccf4c1edfdb4cd7be8d..ece13741a6beacc13078bf392d197b262b8d074a 100644 (file)
@@ -95,7 +95,7 @@ AC_DEFUN([WX_INCLUDE_PATH_EXIST],
 dnl ---------------------------------------------------------------------------
 dnl Usage: WX_LINK_PATH_EXIST(path, libpath)
 dnl
-dnl Set ac_path_to_link to nothing if path is already in libpath of to -Lpath
+dnl Set ac_path_to_link to nothing if path is already in libpath, or to -Lpath
 dnl if it is not, so that libpath can be set to "$libpath$ac_path_to_link"
 dnl after calling this function
 dnl ---------------------------------------------------------------------------
@@ -124,7 +124,7 @@ dnl WX_CPP_NEW_HEADERS checks whether the compiler has "new" <iostream> header
 dnl or only the old <iostream.h> one - it may be generally assumed that if
 dnl <iostream> exists, the other "new" headers (without .h) exist too.
 dnl
-dnl call WX_CPP_NEW_HEADERS(actiof-if-true, action-if-false)
+dnl call WX_CPP_NEW_HEADERS(action-if-true, action-if-false)
 dnl ---------------------------------------------------------------------------
 
 AC_DEFUN([WX_CPP_NEW_HEADERS],