From 82b0f3755d12e04578a54ee53b3a8051958e8143 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sun, 16 Oct 2022 12:26:54 +0200 Subject: guix: Fix typos. These typos were found and reported through weblate. * gnu/packages/audio.scm (wildmidi)[description]: Fix typo. * gnu/packages/games.scm (cgoban)[description]: Fix typo. * gnu/services/version-control.scm (gitolite-service-type)[description]: Fix typo. * gnu/installer/newt/substitutes.scm (run-substitutes-page): Remove full stop at end of title. * gnu/machine/ssh.scm (machine-ssh-configuration-system): Move punctuation outside of quotes. * guix/scripts/home.scm (process-action): Remove trailing space before newline. * guix/scripts/system.scm (show-help): Fix typo. * guix/scripts/environment.scm (with-store/maybe): Fix typo. --- gnu/installer/newt/substitutes.scm | 2 +- gnu/machine/ssh.scm | 2 +- gnu/packages/audio.scm | 2 +- gnu/packages/games.scm | 3 ++- gnu/services/version-control.scm | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) (limited to 'gnu') diff --git a/gnu/installer/newt/substitutes.scm b/gnu/installer/newt/substitutes.scm index 938cb1a53b..7599d450b6 100644 --- a/gnu/installer/newt/substitutes.scm +++ b/gnu/installer/newt/substitutes.scm @@ -28,7 +28,7 @@ (define* (run-substitutes-page) (match (current-clients) (() (case (choice-window - (G_ "Substitute server discovery.") + (G_ "Substitute server discovery") (G_ "Enable") (G_ "Disable") (G_ " By turning this option on, you allow Guix to fetch \ substitutes (pre-built binaries) during installation from servers \ diff --git a/gnu/machine/ssh.scm b/gnu/machine/ssh.scm index 60d127340a..1230b1ec0d 100644 --- a/gnu/machine/ssh.scm +++ b/gnu/machine/ssh.scm @@ -466,7 +466,7 @@ (define system (machine-ssh-configuration-system config)) (machine-configuration machine)) (unless (file-exists? %public-key-file) (raise (formatted-message (G_ "no signing key '~a'. \ -have you run 'guix archive --generate-key?'") +Have you run 'guix archive --generate-key'?") %public-key-file))) (remote-authorize-signing-key (call-with-input-file %public-key-file (lambda (port) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index b9e374fb5c..55ef9f7f10 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -236,7 +236,7 @@ (define-public wildmidi ("openal" ,openal))) (synopsis "Software Synthesizer") (description "WildMIDI is a simple software midi player which has a core -softsynth library that can be use with other applications.") +softsynth library that can be used with other applications.") (home-page "https://www.mindwerks.net/projects/wildmidi/") (license (list diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index ef13e0e0a8..82657901ef 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -10814,7 +10814,8 @@ (define-public cgoban (description "Provides a large set of Go-related services for X11: @itemize @item Local games with precise implementation of the Chinese and Japanese rulesets -@item Edition and visualization of SGF files-Connection to the NNGS or IGS Go servers +@item Edition and visualization of SGF files +@item Connection to the NNGS or IGS Go servers @item Bridge to Go modem protocol, allowing to play against Go modem-capable AIs such as GnuGo. @end itemize") diff --git a/gnu/services/version-control.scm b/gnu/services/version-control.scm index 17a5f9c867..cd8763f5ea 100644 --- a/gnu/services/version-control.scm +++ b/gnu/services/version-control.scm @@ -405,7 +405,7 @@ (define gitolite-service-type (list (gitolite-configuration-package config)))))) (description - "Setup @command{gitolite}, a Git hosting tool providing access over SSH.. + "Set up @command{gitolite}, a Git hosting tool providing access over SSH. By default, the @code{git} user is used, but this is configurable. Additionally, Gitolite can integrate with with tools like gitweb or cgit to provide a web interface to view selected repositories."))) -- cgit v1.2.3