mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
46b0143714
commit
82b0f3755d
8 changed files with 10 additions and 9 deletions
|
@ -476,7 +476,7 @@ resulting from command-line parsing."
|
|||
(define (ensure-home-environment file-or-exp obj)
|
||||
(ensure-profile-directory)
|
||||
(unless (home-environment? obj)
|
||||
(leave (G_ "'~a' does not return a home environment ~%")
|
||||
(leave (G_ "'~a' does not return a home environment~%")
|
||||
file-or-exp))
|
||||
obj)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue