diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-30 14:13:41 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-30 14:13:50 +0200 |
commit | e13bd3088d43ccc967459e0194a7b7255a4c577f (patch) | |
tree | 51d9a3100d12c6b74118888b62fabcec8c9dfb41 | |
parent | 88401314f9b00aa4a990cef750fcfce1bfec2327 (diff) | |
download | guix-e13bd3088d43ccc967459e0194a7b7255a4c577f.tar guix-e13bd3088d43ccc967459e0194a7b7255a4c577f.tar.gz |
guix: Fix another typo in another docstring.
* guix/build/clojure-utils.scm (include-list\exclude-list)<docstring>:
Fix typo.
-rw-r--r-- | guix/build/clojure-utils.scm | 2 |
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 |