You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2010/09/05 15:13:47 UTC

svn commit: r992779 - /webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/dialect/BEAStreamReaderWrapper.java

Author: veithen
Date: Sun Sep  5 13:13:47 2010
New Revision: 992779

URL: http://svn.apache.org/viewvc?rev=992779&view=rev
Log:
Fixed typo.

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/dialect/BEAStreamReaderWrapper.java

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/dialect/BEAStreamReaderWrapper.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/dialect/BEAStreamReaderWrapper.java?rev=992779&r1=992778&r2=992779&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/dialect/BEAStreamReaderWrapper.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/util/stax/dialect/BEAStreamReaderWrapper.java Sun Sep  5 13:13:47 2010
@@ -116,7 +116,7 @@ class BEAStreamReaderWrapper extends XML
     public String getText() {
         // The reference implementation fails to normalize line endings in the prolog/epilog; we work
         // around this at least for getText since this bug causes a test failure in the Axiom unit
-        // tests on Windowsd.
+        // tests on Windows.
         if (depth == 0) {
             String text = super.getText();
             StringBuffer buffer = null;