guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/15: gnu: dump: Fix typo in description.


From: guix-commits
Subject: 07/15: gnu: dump: Fix typo in description.
Date: Thu, 9 Jul 2020 13:58:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a04deba2436bc7d127bf08e3621d9d93bfe2f4bf
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 9 16:45:55 2020 +0200

    gnu: dump: Fix typo in description.
    
    * gnu/packages/backup.scm (dump)[synopsis, description]: Fix typo.
---
 gnu/packages/backup.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 74acd79..dacade5 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1053,12 +1053,12 @@ is format-agnostic, so you can feed virtually any files 
to it.")
        ("util-linux" ,util-linux "lib")
        ("e2fsprogs" ,e2fsprogs)))
     (home-page "https://dump.sourceforge.io/";)
-    (synopsis "Ext2/3/4 filesystem dump/restore utilities")
-    (description "Dump examines files in a filesystem, determines which ones
+    (synopsis "Ext2/3/4 file system dump/restore utilities")
+    (description "Dump examines files in a file system, determines which ones
 need to be backed up, and copies those files to a specified disk, tape or
 other storage medium.  Subsequent incremental backups can then be layered on
 top of the full backup.  The restore command performs the inverse function of
-dump; it can restore a full backup of a filesystem.  Single files and
+dump; it can restore a full backup of a file system.  Single files and
 directory subtrees may also be restored from full or partial backups in
 interractive mode.")
     (license license:bsd-3)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]