store: Fix docstring typo.
* guix/store/roots.scm (gc-roots): Fix typo in docstring.master
parent
222c6b9408
commit
d2b83d4799
|
@ -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
|
||||
|
|
Reference in New Issue