From: <vac...@us...> - 2008-11-30 22:22:08
|
Revision: 104 http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=104&view=rev Author: vaclavslavik Date: 2008-11-30 22:22:06 +0000 (Sun, 30 Nov 2008) Log Message: ----------- fixed typo: s/flase/false/ Modified Paths: -------------- trunk/include/xmlwrapp/init.h Modified: trunk/include/xmlwrapp/init.h =================================================================== --- trunk/include/xmlwrapp/init.h 2008-11-26 18:23:44 UTC (rev 103) +++ trunk/include/xmlwrapp/init.h 2008-11-30 22:22:06 UTC (rev 104) @@ -116,7 +116,7 @@ * loading of the subsets, it does not cause files to be validated. The * default, set in the xml::init constructor, is true. * - * @param flag True to turn on loading, flase to turn it off. + * @param flag True to turn on loading, false to turn it off. * @author Peter Jones **/ //#################################################################### This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |