doc: Fix typos.

These typos were found and reported on weblate.

* doc/guix.texi: Fix typos.
This commit is contained in:
Julien Lepiller 2022-10-16 12:49:24 +02:00
parent 82b0f3755d
commit 63bb79fa38
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -21627,7 +21627,7 @@ The name of the icon theme to use.
The name of the cursor theme to use. The name of the cursor theme to use.
@item @code{cursor-theme-size} (default: @code{16}) (type: number) @item @code{cursor-theme-size} (default: @code{16}) (type: number)
The size to use for the the cursor theme. The size to use for the cursor theme.
@item @code{allow-debugging?} (type: maybe-boolean) @item @code{allow-debugging?} (type: maybe-boolean)
Set to #t to enable debug log level. Set to #t to enable debug log level.
@ -22962,7 +22962,7 @@ Enable polling the kernel for battery level changes.
Ignore the lid state, this can be useful if it's incorrect on a device. Ignore the lid state, this can be useful if it's incorrect on a device.
@item @code{use-percentage-for-policy?} (default: @code{#t}) @item @code{use-percentage-for-policy?} (default: @code{#t})
Whether a to use a policy based on battery percentage rather than on Whether to use a policy based on battery percentage rather than on
estimated time left. A policy based on battery percentage is usually estimated time left. A policy based on battery percentage is usually
more reliable. more reliable.
@ -26752,7 +26752,7 @@ When left unspecified, the value from the account archive prevails.
Whether peer discovery should be enabled. Peer discovery is used to Whether peer discovery should be enabled. Peer discovery is used to
discover other OpenDHT nodes on the local network, which can be useful discover other OpenDHT nodes on the local network, which can be useful
to maintain communication between devices on such network even when the to maintain communication between devices on such network even when the
connection to the the Internet has been lost. When left unspecified, connection to the Internet has been lost. When left unspecified,
the value from the account archive prevails. the value from the account archive prevails.
@item @code{bootstrap-hostnames} (type: maybe-string-list) @item @code{bootstrap-hostnames} (type: maybe-string-list)
@ -30989,7 +30989,7 @@ can run on headless servers. The Xvnc implementations provided by the
The @code{xvnc-server-type} service can be configured via the The @code{xvnc-server-type} service can be configured via the
@code{xvnc-configuration} record, documented below. A second virtual @code{xvnc-configuration} record, documented below. A second virtual
display could be made available on a remote machine for via the display could be made available on a remote machine via the
following configuration: following configuration:
@end defvar @end defvar
@ -30998,7 +30998,7 @@ following configuration:
@end lisp @end lisp
As a demonstration, the @command{xclock} command could then be started As a demonstration, the @command{xclock} command could then be started
on the remote machine on display number 10, and it could be display on the remote machine on display number 10, and it could be displayed
locally via the @command{vncviewer} command: locally via the @command{vncviewer} command:
@example @example
# Start xclock on the remote machine. # Start xclock on the remote machine.