aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-08-15 11:35:24 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-08-15 11:36:38 +0200
commita0fd46304e42f1df711b001a7159160c8e26d21d (patch)
tree73e576b83a888c71539e2f24d151059068bec27a
parent3b60f6ffd823051df796259b91a528c7355c4d84 (diff)
downloadguix-a0fd46304e42f1df711b001a7159160c8e26d21d.tar
guix-a0fd46304e42f1df711b001a7159160c8e26d21d.tar.gz
doc: Fix typo.
* doc/guix-cookbook.texi (GUIX_PACKAGE_PATH): Fix typo in file name. Reported-by: breathein on IRC.
-rw-r--r--doc/guix-cookbook.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index 2e627ecc51..819dfd8dde 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -591,7 +591,7 @@ packages.
Guix makes it possible to streamline the process by adding as many ``package
declaration directories'' as you want.
-Create a directory, say @file{~./guix-packages} and add it to the @samp{GUIX_PACKAGE_PATH}
+Create a directory, say @file{~/guix-packages} and add it to the @samp{GUIX_PACKAGE_PATH}
environment variable:
@example