diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-10-16 12:26:54 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-10-17 07:29:09 +0200 |
commit | 82b0f3755d12e04578a54ee53b3a8051958e8143 (patch) | |
tree | 844717ceecefbee55508343f1230b48a75d96bb6 /gnu/packages | |
parent | 46b0143714bea2a8d0b10cf445c2d21f82899aae (diff) | |
download | guix-82b0f3755d12e04578a54ee53b3a8051958e8143.tar guix-82b0f3755d12e04578a54ee53b3a8051958e8143.tar.gz |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/audio.scm | 2 | ||||
-rw-r--r-- | gnu/packages/games.scm | 3 |
2 files changed, 3 insertions, 2 deletions
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 @@ promoting the market for advanced audio.") ("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 @@ inside the Zenith Colony.") (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") |