[Practicalxml-commits] SF.net SVN: practicalxml:[166] trunk/src/main/java/net/sf/practicalxml/ Pars
Brought to you by:
kdgregory
From: Auto-Generated S. C. M. <pra...@li...> - 2009-10-15 19:56:47
|
Revision: 166 http://practicalxml.svn.sourceforge.net/practicalxml/?rev=166&view=rev Author: kdgregory Date: 2009-10-15 19:56:40 +0000 (Thu, 15 Oct 2009) Log Message: ----------- fix typo Modified Paths: -------------- trunk/src/main/java/net/sf/practicalxml/ParseUtil.java Modified: trunk/src/main/java/net/sf/practicalxml/ParseUtil.java =================================================================== --- trunk/src/main/java/net/sf/practicalxml/ParseUtil.java 2009-10-13 22:15:48 UTC (rev 165) +++ trunk/src/main/java/net/sf/practicalxml/ParseUtil.java 2009-10-15 19:56:40 UTC (rev 166) @@ -233,7 +233,7 @@ } catch (ParserConfigurationException e) { - throw new XmlException("unable to confiure parser", e); + throw new XmlException("unable to configure parser", e); } } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |