diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-14 12:28:08 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-15 20:59:15 +0200 |
commit | 49478f9dbdf4a6ed49123b1f9fb158248b06dcae (patch) | |
tree | 661c6789724ecc71e3d1bca2af545ea0580c7d44 | |
parent | 04912d4f9f927ae47742011857cc637f399069a0 (diff) | |
download | guix-49478f9dbdf4a6ed49123b1f9fb158248b06dcae.tar.gz |
gnu: dump: Fix typo in description.
* gnu/packages/backup.scm (dump)[description]: Fix typo.
-rw-r--r-- | gnu/packages/backup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 9cb8e1bd00..e388265179 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 |