From 3a2bbf302960700517c4385bac3d9b484ecce330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 16 Jun 2020 21:24:06 +0200 Subject: Fix minor spelling error. --- module/srfi/srfi-41/util.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/srfi/srfi-41/util.scm b/module/srfi/srfi-41/util.scm index 629f3242..79cdbcb6 100644 --- a/module/srfi/srfi-41/util.scm +++ b/module/srfi/srfi-41/util.scm @@ -75,7 +75,7 @@ (define-public (stream->values stream) (apply values (stream->list stream))) -;; Returns two values. A steam of all the elements in stream +;; Returns two values. A stream of all the elements in stream ;; which satisfiy @var{pred}, and a stream of those elements ;; that don't. @var{pred} is called once per value in the ;; input stream. -- cgit v1.2.3