store: Fix docstring typo.

* guix/store/roots.scm (gc-roots): Fix typo in docstring.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-22 15:27:30 +02:00
parent 222c6b9408
commit d2b83d4799
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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