Index: trunk/src/org/tukaani/xz/BasicArrayCache.java
===================================================================
--- trunk/src/org/tukaani/xz/BasicArrayCache.java	(revision 13353)
+++ trunk/src/org/tukaani/xz/BasicArrayCache.java	(revision 15662)
@@ -126,5 +126,5 @@
             //
             // That last argument is true to get LRU cache behavior together
-            // with the overriden removeEldestEntry method.
+            // with the overridden removeEldestEntry method.
             super(2 * STACKS_MAX, 0.75f, true);
         }
Index: trunk/src/org/tukaani/xz/BlockInputStream.java
===================================================================
--- trunk/src/org/tukaani/xz/BlockInputStream.java	(revision 13353)
+++ trunk/src/org/tukaani/xz/BlockInputStream.java	(revision 15662)
@@ -78,5 +78,5 @@
 
         try {
-            // Set the maximum valid compressed size. This is overriden
+            // Set the maximum valid compressed size. This is overridden
             // by the value from the Compressed Size field if it is present.
             compressedSizeLimit = (DecoderUtil.VLI_MAX & ~3)
Index: trunk/src/org/tukaani/xz/rangecoder/RangeEncoder.java
===================================================================
--- trunk/src/org/tukaani/xz/rangecoder/RangeEncoder.java	(revision 13353)
+++ trunk/src/org/tukaani/xz/rangecoder/RangeEncoder.java	(revision 15662)
@@ -73,5 +73,5 @@
         // how big the finished buffer is. RangeEncoderToStream has no
         // buffer and thus no return value is needed. Here we use a dummy
-        // value which can be overriden in RangeEncoderToBuffer.finish().
+        // value which can be overridden in RangeEncoderToBuffer.finish().
         return -1;
     }
