guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: store: Fix docstring typo.


From: guix-commits
Subject: 03/04: store: Fix docstring typo.
Date: Fri, 16 Oct 2020 09:27:12 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit d2b83d4799e7640bfdf98062e4d9812e6a445cb5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Sep 22 15:27:30 2020 +0200

    store: Fix docstring typo.
    
    * guix/store/roots.scm (gc-roots): Fix typo in docstring.
---
 guix/store/roots.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/store/roots.scm b/guix/store/roots.scm
index 5865350..222f69c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]