URI: 
       Fix typos in README - dedup - deduplicating backup program
  HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit cf95ada626787205b2152ce6fe00e343c4413637
   DIR parent 2c954112417c5101887d3a789cfd97f44d875390
  HTML Author: sin <sin@2f30.org>
       Date:   Wed, 21 Mar 2018 15:24:34 +0000
       
       Fix typos in README
       
       Diffstat:
         M README                              |      12 ++++++------
       
       1 file changed, 6 insertions(+), 6 deletions(-)
       ---
   DIR diff --git a/README b/README
       @@ -2,15 +2,15 @@ dedup is a simple data deduplication program.  It is designed to be
        used in a pipeline with tar/gpg etc.
        
        dedup only handles a single file at a time, so using tar is advised.
       -For example, to dedup a tar file you can invoked dedup as follows:
       +For example, to dedup a tar file you can invoke dedup as follows:
        
            tar cf - ~/bak | dedup
        
       -This will create a .{cache,index,store} in the current directory.  The
       -store file contains all the unique blocks.  The index file contains
       -all the revisions of files that have been deduplicated.  Each revision
       -is identified by its SHA256 hash.  The cache file is only used to
       -speed up block comparison.
       +This will create .{cache,index,store} files in the current directory.
       +The store file contains all the unique blocks.  The index file
       +contains all the revisions of files that have been deduplicated.  Each
       +revision is identified by its SHA256 hash.  The cache file is only
       +used to speed up block comparison.
        
        To list all known revisions run: