diff options
author | Efraim Flashner <[email protected]> | 2025-02-19 11:11:03 +0200 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2025-02-19 11:21:47 +0200 |
commit | 66daf46b411ea68893d3066e654f38fc05d6f286 (patch) | |
tree | 2ce35923cbe23e485b483ad93db0a93bf144aee7 /gnu/services | |
parent | 77ad73b333d80b60dd9861c75d1dd93d3e4ae33c (diff) |
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/audio.scm | 2 | ||||
-rw-r--r-- | gnu/services/backup.scm | 2 | ||||
-rw-r--r-- | gnu/services/docker.scm | 2 | ||||
-rw-r--r-- | gnu/services/linux.scm | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gnu/services/audio.scm b/gnu/services/audio.scm index 6515d53dbd..5091d7fc13 100644 --- a/gnu/services/audio.scm +++ b/gnu/services/audio.scm @@ -443,7 +443,7 @@ example @file{/var/log/mpd.log}." (log-level maybe-string - "Supress any messages below this threshold. + "Suppress any messages below this threshold. The available values, in decreasing order of verbosity, are: @code{verbose}, @code{info}, @code{notice}, @code{warning} and @code{error}.") diff --git a/gnu/services/backup.scm b/gnu/services/backup.scm index 99a79ff5fb..4d8cf167f0 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?)) diff --git a/gnu/services/docker.scm b/gnu/services/docker.scm index 3af0f79270..5837784c7f 100644 --- a/gnu/services/docker.scm +++ b/gnu/services/docker.scm @@ -567,7 +567,7 @@ documentation for semantics.") (extra-arguments (list '()) "A list of strings, gexps or file-like objects that will be directly passed -to the @command{docker run} invokation." +to the @command{docker run} invocation." (sanitizer oci-sanitize-extra-arguments))) (define oci-container-configuration->options diff --git a/gnu/services/linux.scm b/gnu/services/linux.scm index e683da6bac..fb089b965f 100644 --- a/gnu/services/linux.scm +++ b/gnu/services/linux.scm @@ -373,7 +373,7 @@ more information)." ;; despite the name of the command-line option (scan? (boolean #t) - "Scan for cachable objects." + "Scan for cacheable objects." (serializer empty-serializer)) ;; sole required field in the configuration file |