Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hsattler committed Jun 2, 2009
1 parent a0b2ca6 commit 8561940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeModules/FindDocbook.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ endif ( Xslt_FOUND )

if ( NOT Docbook_FOUND )
if ( NOT Docbook_FIND_QUIETLY )
message ( STATUS "No support Docbooked XSLT found." )
message ( STATUS "No supported Docbook XSLT found." )
endif ( NOT Docbook_FIND_QUIETLY )
if ( Docbook_FIND_REQUIRED )
message ( FATAL_ERROR "No support Docbooked XSLT found but it is required." )
message ( FATAL_ERROR "No supported Docbook XSLT found but it is required." )
endif ( Docbook_FIND_REQUIRED )
endif ( NOT Docbook_FOUND )

0 comments on commit 8561940

Please sign in to comment.