store: Fix docstring typo.
* guix/store/roots.scm (gc-roots): Fix typo in docstring.
This commit is contained in:
parent
222c6b9408
commit
d2b83d4799
@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
(define (gc-roots)
|
(define (gc-roots)
|
||||||
"Return the list of garbage collector roots (\"GC roots\"). This includes
|
"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."
|
are user-controlled symlinks stored anywhere on the file system."
|
||||||
(define (regular? file)
|
(define (regular? file)
|
||||||
(match file
|
(match file
|
||||||
|
Loading…
Reference in New Issue
Block a user