Typo fix.

This commit is contained in:
Dimitri Fontaine 2015-01-06 12:36:22 +01:00
parent 2caefb0836
commit 9da649d028

View File

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