diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-16 06:49:07 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-16 06:49:25 +0200 |
commit | a2dd9270916b9dbb04adbc6c3db8a74d01559870 (patch) | |
tree | b16eae46e2c22f606a3393e38187fb8b2972d740 /gnu/packages/backup.scm | |
parent | f6d59ecf920dadcaa115579e29ad38d16780ea89 (diff) |
gnu: par2cmdline: Fix typo.
* gnu/packages/backup.scm (par2cmdline)[description]: Fix typo only visible
on white backgrounds. Use less ambiguous word.
Diffstat (limited to 'gnu/packages/backup.scm')
-rw-r--r-- | gnu/packages/backup.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 92cb0489df..c619961aac 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -143,8 +143,8 @@ alongside the source files or stored together with back-ups to protect against transmission errors or @dfn{bit rot}, the degradation of storage media over time. Unlike a simple checksum, PAR2 doesn't merely detect errors: as long as the -damage isn't to great (and smaller than the size of the recovery file), it can -even repair them.") +damage isn't too extensive (and smaller than the size of the recovery file), it +can even repair them.") (home-page "https://github.com/Parchive/par2cmdline") (license license:gpl3+))) |