Fixed a couple typos in the python cmake messages

This commit is contained in:
David G Yu 2013-05-20 12:17:42 -07:00
parent 0f0d4d56ff
commit e934149d26

View File

@ -429,7 +429,7 @@ if(PYTHONINTERP_FOUND AND SWIG_FOUND)
endif()
else()
message(WARNING
"Python / Swig not found : pythong bindings and examples will no be "
"Python / Swig not found : python bindings and examples will not be "
"available. If you do have Python and Swig installed and see this "
"message, please check the default FindPython.cmake module."
)