typos
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index af8a00f..794e964 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -12,8 +12,8 @@
 o Added a unit test that is supposed to fail if we break the
   OSGi manifest entries again.
   Issue: COMPRESS-443.
-o Add a new SkipShieldingInputStream class that can be used wit
-  streams that throw an IOException whne skip is invoked.
+o Add a new SkipShieldingInputStream class that can be used with
+  streams that throw an IOException when skip is invoked.
   Issue: COMPRESS-449.
 o New constructors have been added to SevenZFile that accept
   char[]s rather than byte[]s in order to avoid a common error
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dfcfd66..8ae1d27 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,8 +75,8 @@
         OSGi manifest entries again.
       </action>
       <action issue="COMPRESS-449" type="add" date="2018-05-02">
-        Add a new SkipShieldingInputStream class that can be used wit
-        streams that throw an IOException whne skip is invoked.
+        Add a new SkipShieldingInputStream class that can be used with
+        streams that throw an IOException when skip is invoked.
       </action>
       <action issue="COMPRESS-451" type="fix" date="2018-05-04">
         IOUtils.copy now verifies the buffer size is bigger than 0.