summaryrefslogtreecommitdiff
path: root/gnu/services/backup.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2025-02-19 11:11:03 +0200
committerEfraim Flashner <efraim@flashner.co.il>2025-02-19 11:21:47 +0200
commit66daf46b411ea68893d3066e654f38fc05d6f286 (patch)
tree2ce35923cbe23e485b483ad93db0a93bf144aee7 /gnu/services/backup.scm
parent77ad73b333d80b60dd9861c75d1dd93d3e4ae33c (diff)
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
Diffstat (limited to 'gnu/services/backup.scm')
-rw-r--r--gnu/services/backup.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/backup.scm b/gnu/services/backup.scm
index 99a79ff5fbe..4d8cf167f04 100644
--- a/gnu/services/backup.scm
+++ b/gnu/services/backup.scm
@@ -129,7 +129,7 @@ values that can be lowered to strings.")
(extra-flags
(list-of-lowerables '())
"A list of values that are lowered to strings. These will be passed as
-command-line arguments to the current job @command{restic backup} invokation."))
+command-line arguments to the current job @command{restic backup} invocation."))
(define list-of-restic-backup-jobs?
(list-of restic-backup-job?))