From 5ed4f10696bfc7a9dadb7b2cb7bef2e8d7a8a8e3 Mon Sep 17 00:00:00 2001 From: Philipp Marek <philipp@marek.priv.at> Date: Sat, 27 Oct 2018 15:49:04 +0200 Subject: [PATCH] Fix typo. --- sequences.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sequences.lisp b/sequences.lisp index 6a48442..167da26 100644 --- a/sequences.lisp +++ b/sequences.lisp @@ -81,7 +81,7 @@ share structure with it." (defun shuffle (sequence &key (start 0) end) "Returns a random permutation of SEQUENCE bounded by START and END. -Original sequece may be destructively modified, and share storage with +Original sequence may be destructively modified, and share storage with the original one. Signals an error if SEQUENCE is not a proper sequence." (declare (type fixnum start) -- GitLab