nckx pushed a commit to branch master
in repository guix.

commit 49478f9dbdf4a6ed49123b1f9fb158248b06dcae
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Mon Sep 14 12:28:08 2020 +0200

    gnu: dump: Fix typo in description.
    
    * gnu/packages/backup.scm (dump)[description]: Fix typo.
---
 gnu/packages/backup.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 9cb8e1b..e388265 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1066,7 +1066,7 @@ 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 file system.  Single files and
 directory subtrees may also be restored from full or partial backups in
-interractive mode.")
+interactive mode.")
     (license license:bsd-3)))
 
 (define-public burp

Reply via email to