From 66daf46b411ea68893d3066e654f38fc05d6f286 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 19 Feb 2025 11:11:03 +0200 Subject: gnu: Fix some misspellings. Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97 --- gnu/services/audio.scm | 2 +- gnu/services/backup.scm | 2 +- gnu/services/docker.scm | 2 +- gnu/services/linux.scm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu/services') diff --git a/gnu/services/audio.scm b/gnu/services/audio.scm index 6515d53dbd6..5091d7fc137 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 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?)) diff --git a/gnu/services/docker.scm b/gnu/services/docker.scm index 3af0f792701..5837784c7f1 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 e683da6bac8..fb089b965f8 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 -- cgit v1.3