diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-31 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-31 02:00:12 +0200 |
commit | 79fbe4f524cf89ab5bcc739ac61500392ebfa07b (patch) | |
tree | 1ec344841159306d95272508c70bc816be702a07 /doc | |
parent | 792e1c2ce1776ed98c216a13df7af95b064f9a9d (diff) | |
download | guix-79fbe4f524cf89ab5bcc739ac61500392ebfa07b.tar.gz guix-79fbe4f524cf89ab5bcc739ac61500392ebfa07b.zip |
doc: Fix typo.
* doc/guix.texi (X Window): Fix ‘string-apppend’ typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 9d17050ffc..b8d1f391c2 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -21141,7 +21141,7 @@ Select display server to use for the greeter. Valid values are @item @code{numlock} (default: "on") Valid values are @samp{"on"}, @samp{"off"} or @samp{"none"}. -@item @code{halt-command} (default @code{#~(string-apppend #$shepherd "/sbin/halt")}) +@item @code{halt-command} (default @code{#~(string-append #$shepherd "/sbin/halt")}) Command to run when halting. @item @code{reboot-command} (default @code{#~(string-append #$shepherd "/sbin/reboot")}) |