summaryrefslogtreecommitdiff
path: root/gnu/home
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-11-14 17:37:54 -0800
committerVagrant Cascadian <vagrant@debian.org>2021-11-14 17:37:54 -0800
commit57bf76d832cff03435390b04a4d5951aaeff98fe (patch)
treed833a1ffea422d489fa007f6ad43759eb861ea51 /gnu/home
parente1498538459f366e97eb96e92067391b163b00b4 (diff)
downloadguix-patches-57bf76d832cff03435390b04a4d5951aaeff98fe.tar
guix-patches-57bf76d832cff03435390b04a4d5951aaeff98fe.tar.gz
gnu: home: services: Fix typo.
* gnu/home/services/xdg.scm (home-xdg-base-directories-service-type): Fix spelling of "convenient".
Diffstat (limited to 'gnu/home')
-rw-r--r--gnu/home/services/xdg.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/home/services/xdg.scm b/gnu/home/services/xdg.scm
index 20fb7f7b40..d230dd7665 100644
--- a/gnu/home/services/xdg.scm
+++ b/gnu/home/services/xdg.scm
@@ -136,7 +136,7 @@ are no extensions use configuration instead."
(description "Configure XDG base directories. This
service introduces two additional variables @env{XDG_STATE_HOME},
@env{XDG_LOG_HOME}. They are not a part of XDG specification, at
-least yet, but are convinient to have, it improves the consistency
+least yet, but are convenient to have, it improves the consistency
between different home services. The services of this service-type is
instantiated by default, to provide non-default value, extend the
service-type (using @code{simple-service} for example).")))