doc: Fix some typos.

* doc/contributing.texi (Bulk Updates): Fix typo.
* doc/guix.texi (Networking Services, Power Management Services, Guix
Services, Backup Home Services): Same.

Change-Id: I4ebde33ad628e35ea2c1888b8247707ab3763cf1
This commit is contained in:
Efraim Flashner 2025-08-06 13:14:47 +03:00
parent 496a089a11
commit 17f7e9c4f3
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
2 changed files with 7 additions and 7 deletions

View file

@ -1449,7 +1449,7 @@ already ran @code{bootstrap} and @code{configure}:
The first command updates all packages in @code{(gnu packages The first command updates all packages in @code{(gnu packages
astronomy)} to the latest versions and writes changes back to the file. astronomy)} to the latest versions and writes changes back to the file.
The second invokes @code{etc/commiter.scm} script, a helper script for The second invokes @code{etc/committer.scm} script, a helper script for
larger scale updates; it identifies each package diff and creates larger scale updates; it identifies each package diff and creates
corresponding commits with the correct style. corresponding commits with the correct style.

View file

@ -23331,7 +23331,7 @@ This must be either @code{'client} or @code{'server}. Otherwise,
an error is raised. Set the @code{'server} value if you want to an error is raised. Set the @code{'server} value if you want to
run a bridge to help censored users connect to the Tor network, see run a bridge to help censored users connect to the Tor network, see
@url{https://community.torproject.org/relay/setup/bridge/, @url{https://community.torproject.org/relay/setup/bridge/,
the Tor project's brige guide}. Set the @code{'client} value the Tor project's bridge guide}. Set the @code{'client} value
if you want to connect to somebody else's bridge, see if you want to connect to somebody else's bridge, see
@url{https://bridges.torproject.org/, the Tor project's @url{https://bridges.torproject.org/, the Tor project's
``Get Bridges'' page}. In both cases the required ``Get Bridges'' page}. In both cases the required
@ -38954,7 +38954,7 @@ system shutdown.
@quotation Note @quotation Note
@code{battery-level}, @code{remaining-minutes}, and @code{timeout} work @code{battery-level}, @code{remaining-minutes}, and @code{timeout} work
in a conjunction, so the first that occurs will cause the initation of a in a conjunction, so the first that occurs will cause the initiation of a
shutdown. shutdown.
@end quotation @end quotation
@ -38965,7 +38965,7 @@ apcupsd will initiate a system shutdown.
@quotation Note @quotation Note
@code{battery-level}, @code{remaining-minutes}, and @code{timeout} work @code{battery-level}, @code{remaining-minutes}, and @code{timeout} work
in a conjunction, so the first that occurs will cause the initation of a in a conjunction, so the first that occurs will cause the initiation of a
shutdown. shutdown.
@end quotation @end quotation
@ -38976,7 +38976,7 @@ of 0 disables this timer.
@quotation Note @quotation Note
@code{battery-level}, @code{remaining-minutes}, and @code{timeout} work @code{battery-level}, @code{remaining-minutes}, and @code{timeout} work
in a conjunction, so the first that occurs will cause the initation of a in a conjunction, so the first that occurs will cause the initiation of a
shutdown. shutdown.
@end quotation @end quotation
@ -42982,7 +42982,7 @@ cache. Use with caution.
@end quotation @end quotation
@quotation Warning @quotation Warning
@option{'share} will not work for multiple concurrent invokation of @option{'share} will not work for multiple concurrent invocation of
@command{guix}, e.g. if two user accounts run @command{guix time @command{guix}, e.g. if two user accounts run @command{guix time
machine} at the same time, the results will be fun but not useful. machine} at the same time, the results will be fun but not useful.
@end quotation @end quotation
@ -51299,7 +51299,7 @@ following configuration:
"/home/alice/Pictures")))))))) "/home/alice/Pictures"))))))))
@end lisp @end lisp
In general it is preferrable to extend the @code{home-restic-backup-service-type}, In general it is preferable to extend the @code{home-restic-backup-service-type},
as shown in the example above. This is because it takes care of wrapping everything as shown in the example above. This is because it takes care of wrapping everything
with @code{for-home}, which enables the @code{home-restic-backup-service-type} and with @code{for-home}, which enables the @code{home-restic-backup-service-type} and
@code{restic-backup-service-type} to share the same codebase. @code{restic-backup-service-type} to share the same codebase.