aboutsummaryrefslogtreecommitdiff
path: root/guix/search-paths.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-09-07 15:59:55 +0200
committerLudovic Courtès <ludo@gnu.org>2022-09-08 16:22:21 +0200
commit69d72c553feb69a3256266bcf9d49a72c70ed660 (patch)
tree029de18607ef50f3569d0f2dcc1ab91b8da48010 /guix/search-paths.scm
parent2f5f539b6063d60de5e1e743ea80201b5090b76c (diff)
downloadguix-69d72c553feb69a3256266bcf9d49a72c70ed660.tar
guix-69d72c553feb69a3256266bcf9d49a72c70ed660.tar.gz
search-paths: Tweak $SSL_CERT_DIR comment.
* guix/search-paths.scm ($SSL_CERT_DIR): Fix typos and tweak comment.
Diffstat (limited to 'guix/search-paths.scm')
-rw-r--r--guix/search-paths.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/guix/search-paths.scm b/guix/search-paths.scm
index 733d98359d..4a8f5131ed 100644
--- a/guix/search-paths.scm
+++ b/guix/search-paths.scm
@@ -83,10 +83,10 @@
(variable "GUIX_EXTENSIONS_PATH")
(files '("share/guix/extensions"))))
-;; Two variables for certificates (see (guix)X.509 Certificates),
-;; respected by 'openssl', possibly GnuTLS in the future
+;; Two variables for certificates (info "(guix)X.509 Certificates"),
+;; respected by OpenSSL and possibly GnuTLS in the future
;; (https://gitlab.com/gnutls/gnutls/-/merge_requests/1541)
-;; and many of their dependents -- even some GnuTLS depepdents
+;; and many of their dependents -- even some GnuTLS dependents
;; like Guile. As they are not tied to a single package, define
;; them here to avoid duplication.
;;