guix: Fix another typo in another docstring.

* guix/build/clojure-utils.scm (include-list\exclude-list)<docstring>:
Fix typo.
master
Tobias Geerinckx-Rice 2019-04-30 14:13:41 +02:00
parent 88401314f9
commit e13bd3088d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

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