aboutsummaryrefslogtreecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-07-31 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-07-31 02:00:12 +0200
commit79fbe4f524cf89ab5bcc739ac61500392ebfa07b (patch)
tree1ec344841159306d95272508c70bc816be702a07 /doc/guix.texi
parent792e1c2ce1776ed98c216a13df7af95b064f9a9d (diff)
downloadguix-79fbe4f524cf89ab5bcc739ac61500392ebfa07b.tar
guix-79fbe4f524cf89ab5bcc739ac61500392ebfa07b.tar.gz
doc: Fix typo.
* doc/guix.texi (X Window): Fix ‘string-apppend’ typo.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi2
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")})