You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by mr...@apache.org on 2007/08/27 06:34:41 UTC

svn commit: r569996 - /xml/commons/trunk/java/external/src/javax/xml/transform/stream/StreamResult.java

Author: mrglavas
Date: Sun Aug 26 21:34:41 2007
New Revision: 569996

URL: http://svn.apache.org/viewvc?rev=569996&view=rev
Log:
Fixing a typo.

Modified:
    xml/commons/trunk/java/external/src/javax/xml/transform/stream/StreamResult.java

Modified: xml/commons/trunk/java/external/src/javax/xml/transform/stream/StreamResult.java
URL: http://svn.apache.org/viewvc/xml/commons/trunk/java/external/src/javax/xml/transform/stream/StreamResult.java?rev=569996&r1=569995&r2=569996&view=diff
==============================================================================
--- xml/commons/trunk/java/external/src/javax/xml/transform/stream/StreamResult.java (original)
+++ xml/commons/trunk/java/external/src/javax/xml/transform/stream/StreamResult.java Sun Aug 26 21:34:41 2007
@@ -153,7 +153,7 @@
      * <p>Set the system ID from a <code>File</code> reference.</p>
      * 
      * <p>Note the use of {@link File#toURI()} and {@link File#toURL()}.
-     * <code>toURI()</code> is prefered and used if possible.
+     * <code>toURI()</code> is preferred and used if possible.
      * To allow JAXP 1.3 to run on J2SE 1.3, <code>toURL()</code>
      * is used if a {@link NoSuchMethodException} is thrown by the attempt
      * to use <code>toURI()</code>.</p>