Revision: 52533
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52533&view=rev
Author:   carlmoore
Date:     2012-09-25 16:20:46 +0000 (Tue, 25 Sep 2012)
Log Message:
-----------
fix 2 spellings

Modified Paths:
--------------
    brlcad/trunk/misc/CMake/fop.cmake.in

Modified: brlcad/trunk/misc/CMake/fop.cmake.in
===================================================================
--- brlcad/trunk/misc/CMake/fop.cmake.in        2012-09-25 16:14:25 UTC (rev 
52532)
+++ brlcad/trunk/misc/CMake/fop.cmake.in        2012-09-25 16:20:46 UTC (rev 
52533)
@@ -37,7 +37,7 @@
 set(APACHE_FOP_VERSION @APACHE_FOP_VERSION@)
 
 # fop hyphenation path (fop version >= 1.0)
-# need v2 hphenation
+# need v2 hyphenation
 if(APACHE_FOP_VERSION VERSION_LESS 1.0)
   #set(FOP_HYPH 
"@CMAKE_BINARY_DIR@/doc/docbook/resources/other/offo-old/binary/fop-hyph.jar")
 else(APACHE_FOP_VERSION VERSION_LESS 1.0)
@@ -59,7 +59,7 @@
 # Run FOP to actually generate the PDF
 execute_process(COMMAND "@APACHE_FOP@" -c 
"@CMAKE_BINARY_DIR@/doc/docbook/fop.xconf" "@fo_outfile@" -pdf "@outfile@" 
RESULT_VARIABLE CMDRESULT)
 
-# Fatal error if FOP didn't succeed, so the parent CMake build knows something 
went wrong and can hault.
+# Fatal error if FOP didn't succeed, so the parent CMake build knows something 
went wrong and can halt.
 if(CMDRESULT)
   message(FATAL_ERROR "Apache FOP build failure: ${CMDRESULT}")
 endif(CMDRESULT)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to