Typospotting on the cmake modules: follow some of the user docs guidelines and avoid contractions.

svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=590777
This commit is contained in:
Adriaan de Groot 2006-09-30 20:06:56 +00:00
parent 792023ffde
commit 875a299c5d

View file

@ -40,7 +40,7 @@ if (SANE_FOUND)
endif (NOT Sane_FIND_QUIETLY)
else (SANE_FOUND)
if (NOT Sane_FIND_QUIETLY)
message(STATUS "didn't find SANE")
message(STATUS "Did not find SANE")
endif (NOT Sane_FIND_QUIETLY)
endif (SANE_FOUND)