summaryrefslogtreecommitdiff
path: root/guix/build/clojure-utils.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-30 14:13:41 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-30 14:13:50 +0200
commite13bd3088d43ccc967459e0194a7b7255a4c577f (patch)
tree51d9a3100d12c6b74118888b62fabcec8c9dfb41 /guix/build/clojure-utils.scm
parent88401314f9b00aa4a990cef750fcfce1bfec2327 (diff)
downloadguix-patches-e13bd3088d43ccc967459e0194a7b7255a4c577f.tar
guix-patches-e13bd3088d43ccc967459e0194a7b7255a4c577f.tar.gz
guix: Fix another typo in another docstring.
* guix/build/clojure-utils.scm (include-list\exclude-list)<docstring>: Fix typo.
Diffstat (limited to 'guix/build/clojure-utils.scm')
-rw-r--r--guix/build/clojure-utils.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/build/clojure-utils.scm b/guix/build/clojure-utils.scm
index 027777b4d1..9f7334bc8d 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