Author: fanningpj
Date: Fri Oct 20 13:43:54 2023
New Revision: 1913144

URL: http://svn.apache.org/viewvc?rev=1913144&view=rev
Log:
typos

Modified:
    xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/store/Saver.java

Modified: xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/store/Saver.java
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/store/Saver.java?rev=1913144&r1=1913143&r2=1913144&view=diff
==============================================================================
--- xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/store/Saver.java 
(original)
+++ xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/store/Saver.java Fri 
Oct 20 13:43:54 2023
@@ -1536,7 +1536,7 @@ abstract class Saver {
 
         private int ensure(int cch) {
             // Even if we're asked to ensure nothing, still try to ensure
-            // atleast one character so we can determine if we're at the
+            // at least one character so we can determine if we're at the
             // end of the stream.
 
             if (cch <= 0) {
@@ -2340,7 +2340,7 @@ abstract class Saver {
 
         private int ensure(int cbyte) {
             // Even if we're asked to ensure nothing, still try to ensure
-            // atleast one byte so we can determine if we're at the
+            // at least one byte so we can determine if we're at the
             // end of the stream.
 
             if (cbyte <= 0) {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to