aboutsummaryrefslogtreecommitdiff
path: root/guix/store
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-22 15:27:30 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-16 15:24:34 +0200
commitd2b83d4799e7640bfdf98062e4d9812e6a445cb5 (patch)
tree14d0663b7bbd16d9c483b41418cd2fc5f805a305 /guix/store
parent222c6b94083e63323303311c6c42b4a8c2b4f392 (diff)
downloadguix-d2b83d4799e7640bfdf98062e4d9812e6a445cb5.tar
guix-d2b83d4799e7640bfdf98062e4d9812e6a445cb5.tar.gz
store: Fix docstring typo.
* guix/store/roots.scm (gc-roots): Fix typo in docstring.
Diffstat (limited to 'guix/store')
-rw-r--r--guix/store/roots.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/store/roots.scm b/guix/store/roots.scm
index 58653507f8..222f69c5c0 100644
--- a/guix/store/roots.scm
+++ b/guix/store/roots.scm
@@ -50,7 +50,7 @@
(define (gc-roots)
"Return the list of garbage collector roots (\"GC roots\"). This includes
-\"regular\" roots fount in %GC-ROOTS-DIRECTORY as well as indirect roots that
+\"regular\" roots found in %GC-ROOTS-DIRECTORY as well as indirect roots that
are user-controlled symlinks stored anywhere on the file system."
(define (regular? file)
(match file