From 9da649d028c1ebd8e189ba68da9f5a0cbbb76290 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Tue, 6 Jan 2015 12:36:22 +0100 Subject: [PATCH] Typo fix. --- src/sources/copy.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sources/copy.lisp b/src/sources/copy.lisp index ab199f6..dab71a5 100644 --- a/src/sources/copy.lisp +++ b/src/sources/copy.lisp @@ -52,7 +52,7 @@ Each row is pre-processed then PROCESS-ROW-FN is called with the row as a list as its only parameter. - Returns how many rows where read and processed." + Returns how many rows were read and processed." (let ((filenames (case (source-type copy) (:stdin (list (source copy))) (:inline (list (car (source copy))))