From 0623b16a144d60414b25b64789365b8c2bc7bfab Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Tue, 24 May 2011 23:22:41 +0200 Subject: Typo --- henrietta-cache.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'henrietta-cache.scm') diff --git a/henrietta-cache.scm b/henrietta-cache.scm index 4ef9473..2a51f35 100644 --- a/henrietta-cache.scm +++ b/henrietta-cache.scm @@ -26,7 +26,7 @@ EOF (->string (cdr pattern)))) patterns))) -;; We could also use sendfile egg here, but do we want to the dependency? +;; We could also use sendfile egg here, but do we want the dependency? (define (copy-port in out #!optional limit) (let ((bufsize 1024)) (let loop ((data (read-string (min (or limit bufsize) bufsize) in))) -- cgit v1.2.3