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/installer/newt | |
parent | 46b0143714bea2a8d0b10cf445c2d21f82899aae (diff) | |
download | 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/installer/newt')
-rw-r--r-- | gnu/installer/newt/substitutes.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ (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 \ |