aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2024-08-18 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2024-08-18 02:00:00 +0200
commit6c5660856184f669d0e83737d93d7ef865b1b911 (patch)
tree55b33c81eb38367f30d22cd1572b748d30d5fa73
parent1a21e738b1bfcb41edcf4bec43c5dbafd785e659 (diff)
downloadguix-6c5660856184f669d0e83737d93d7ef865b1b911.tar.gz
guix-6c5660856184f669d0e83737d93d7ef865b1b911.zip
doc: Fix typos.
* doc/guix.texi (Desktop Services): Transpose 2 adjacent bytes. (Complex Configurations): Add a missing one. Change-Id: Ia03404b500e22ed0f8a414e6b63a8f3cc6270379
-rw-r--r--doc/guix.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 19d9337dcc..bbbce8f6dd 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -25134,7 +25134,7 @@ Package object for UDisks.
@defvar gvfs-service-type
Type for the service that provides virtual file systems for GIO
-applicaitons, which enables support for @code{trash:///}, @code{ftp://},
+applications, which enables support for @code{trash://}, @code{ftp://},
@code{sftp://} and many other location schemas in file managers like
Nautilus (GNOME Files) and Thunar.
@@ -44752,7 +44752,7 @@ Below is an example of a record type created using
"The owner's email address.")
(contacts
(list-of-contact-configurations '())
- "A list of @@code@{contact-configuation@} records which contain
+ "A list of @@code@{contact-configuration@} records which contain
information about all your contacts."))
@end lisp