COMPRESS-246 adapt package.html
diff --git a/src/main/java/org/apache/commons/compress/compressors/snappy/package.html b/src/main/java/org/apache/commons/compress/compressors/snappy/package.html
index 38fbf53..efef071 100644
--- a/src/main/java/org/apache/commons/compress/compressors/snappy/package.html
+++ b/src/main/java/org/apache/commons/compress/compressors/snappy/package.html
@@ -18,15 +18,15 @@
 
 -->
   <body>
-    <p>Provides stream classes for decompressing streams using the
+    <p>Provides stream classes for the
       <a href="https://github.com/google/snappy">Snappy</a>
       algorithm.</p>
 
     <p>The raw Snappy format which only contains the compressed data
-      is supported by the <code>SnappyCompressorInputStream</code>
-      class while the so called "framing format" is implemented
-      by <code>FramedSnappyCompressorInputStream</code>.  Note there
-      have been different versions of the fraing format specification,
+      is supported by the <code>SnappyCompressor*putStream</code>
+      classes while the so called "framing format" is implemented
+      by <code>FramedSnappyCompressor*putStream</code>.  Note there
+      have been different versions of the framing format specification,
       the implementation in Commons Compress is based on the
       specification "Last revised: 2013-10-25".</p>