diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-22 15:27:30 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-16 15:24:34 +0200 |
commit | d2b83d4799e7640bfdf98062e4d9812e6a445cb5 (patch) | |
tree | 14d0663b7bbd16d9c483b41418cd2fc5f805a305 | |
parent | 222c6b94083e63323303311c6c42b4a8c2b4f392 (diff) | |
download | guix-d2b83d4799e7640bfdf98062e4d9812e6a445cb5.tar.gz guix-d2b83d4799e7640bfdf98062e4d9812e6a445cb5.zip |
store: Fix docstring typo.
* guix/store/roots.scm (gc-roots): Fix typo in docstring.
-rw-r--r-- | guix/store/roots.scm | 2 |
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 |