cookutils diff modules/compressor @ rev 1006

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Nov 11 11:53:55 2017 +0000 (2017-11-11)
parents 8190be7ad294
children dc7238a11470
line diff
     1.1 --- a/modules/compressor	Mon Nov 06 02:53:05 2017 +0200
     1.2 +++ b/modules/compressor	Sat Nov 11 11:53:55 2017 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  # Cache notes.
     1.5  # Do not do the same job twice. Getting the file from the cache is much faster
     1.6  # than compressing the file one more time. In addition, this cache is trying not
     1.7 -# to take extra space, using the hardlinks. Although the files from the cache
     1.8 +# to take extra space using the hardlinks. Although the files from the cache
     1.9  # without reference to itself should be removed periodically.
    1.10  
    1.11