Author: fanningpj
Date: Thu Feb 14 14:46:35 2019
New Revision: 1853587
URL: http://svn.apache.org/viewvc?rev=1853587&view=rev
Log:
fix some spellings
Modified:
xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlCursor.java
xmlbeans/trunk/test/src/misc/detailed/JiraRegression50_100Test.java
xmlbeans/trunk/test/src/misc/detailed/JiraRegressionTest101_150.java
Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlCursor.java
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlCursor.java?rev=1853587&r1=1853586&r2=1853587&view=diff
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlCursor.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlCursor.java Thu Feb 14
14:46:35 2019
@@ -1388,7 +1388,7 @@ public interface XmlCursor extends XmlTo
* Implementations of XmlCursor implement XmlMark to be able to
* reconstitute a cursor from a bookmark. When content moves between
* implementations, the XmlMark is set to the implmentation's which
- * recieves the new content.
+ * receives the new content.
*/
interface XmlMark
Modified: xmlbeans/trunk/test/src/misc/detailed/JiraRegression50_100Test.java
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/test/src/misc/detailed/JiraRegression50_100Test.java?rev=1853587&r1=1853586&r2=1853587&view=diff
==============================================================================
--- xmlbeans/trunk/test/src/misc/detailed/JiraRegression50_100Test.java
(original)
+++ xmlbeans/trunk/test/src/misc/detailed/JiraRegression50_100Test.java Thu Feb
14 14:46:35 2019
@@ -381,7 +381,7 @@ public class JiraRegression50_100Test ex
if (baz.getStatus().compareTo("SUCCESS") != 0)
throw new Exception("Status was not loaded properly");
else
- System.out.println("Sucess was recieved correctly");
+ System.out.println("Sucess was received correctly");
}
Modified: xmlbeans/trunk/test/src/misc/detailed/JiraRegressionTest101_150.java
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/test/src/misc/detailed/JiraRegressionTest101_150.java?rev=1853587&r1=1853586&r2=1853587&view=diff
==============================================================================
--- xmlbeans/trunk/test/src/misc/detailed/JiraRegressionTest101_150.java
(original)
+++ xmlbeans/trunk/test/src/misc/detailed/JiraRegressionTest101_150.java Thu
Feb 14 14:46:35 2019
@@ -81,7 +81,7 @@ public class JiraRegressionTest101_150 e
// make sure the error message is what is expected
rud.validate(xmOpts);
assertEquals("More Errors than expected", 1, errorList.size());
- assertEquals("Did not recieve the expected error code: " + ((XmlError)
errorList.get(0)).getErrorCode(), 0, ((XmlError)
errorList.get(0)).getErrorCode().compareToIgnoreCase("cvc-complex-type.2.4a"));
+ assertEquals("Did not receive the expected error code: " + ((XmlError)
errorList.get(0)).getErrorCode(), 0, ((XmlError)
errorList.get(0)).getErrorCode().compareToIgnoreCase("cvc-complex-type.2.4a"));
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]