a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 22749 and 90428

Description: Multi-algorithm compression
 DACT compresses each block within the file with all its known algorithms and
 uses the block with the best compression ratio.
 .
 DACT can encrypt the compressed data with one of two algorithms.
 .
 Compression time for DACT is slow as each block is compressed multiple times,
 .
 Current supported compression algorithms include RLE, Delta, Text, Zlib,
 Modified Zlib, Bzip2 and Seminibble Encoding.
Description: multi-algorithm compression
 DACT compresses each block within the file with all its known algorithms and
 uses the block with the best compression ratio.
 .
 DACT can encrypt the compressed data with one of two algorithms.
 .
 Compression time for DACT is slow as each block is compressed multiple times.
 .
 Current supported compression algorithms include RLE, Delta, Text, Zlib,
 Modified Zlib, Bzip2 and Seminibble Encoding.
--- 22749	Thu Jan  1 00:00:00 1970
+++ 90428	Thu Jan  1 00:00:00 1970
@@ -1,10 +1,10 @@
-Multi-algorithm compression
+multi-algorithm compression
  DACT compresses each block within the file with all its known algorithms and
  uses the block with the best compression ratio.
  .
  DACT can encrypt the compressed data with one of two algorithms.
  .
- Compression time for DACT is slow as each block is compressed multiple times,
+ Compression time for DACT is slow as each block is compressed multiple times.
  .
  Current supported compression algorithms include RLE, Delta, Text, Zlib,
  Modified Zlib, Bzip2 and Seminibble Encoding.