From d2b83d4799e7640bfdf98062e4d9812e6a445cb5 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 22 Sep 2020 15:27:30 +0200 Subject: 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(-) (limited to 'guix/store') 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 %profile-directory (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 -- cgit v1.2.3