guix-commits
[Top][All Lists]
Advanced

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

03/04: guix: Fix another typo in another docstring.


From: guix-commits
Subject: 03/04: guix: Fix another typo in another docstring.
Date: Tue, 30 Apr 2019 08:30:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e13bd3088d43ccc967459e0194a7b7255a4c577f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Apr 30 14:13:41 2019 +0200

    guix: Fix another typo in another docstring.
    
    * guix/build/clojure-utils.scm (include-list\exclude-list)<docstring>:
    Fix typo.
---
 guix/build/clojure-utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/build/clojure-utils.scm b/guix/build/clojure-utils.scm
index 027777b..9f7334b 100644
--- a/guix/build/clojure-utils.scm
+++ b/guix/build/clojure-utils.scm
@@ -215,7 +215,7 @@ results from compiling LIB."
 
 (define* (include-list\exclude-list include-list exclude-list
                                     #:key all-list)
-  "Given INCLUDE-LIST and EXCLUDE-LIST, replace all occurences of #:all by
+  "Given INCLUDE-LIST and EXCLUDE-LIST, replace all occurrences of #:all by
 slicing ALL-LIST into them and compute their list difference."
   (define (replace-#:all ls all-ls)
     (append-map (match-lambda



reply via email to

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