summaryrefslogtreecommitdiff
path: root/henrietta-cache.scm
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2011-05-24 23:22:41 +0200
committerPeter Bex <peter@more-magic.net>2011-05-24 23:22:41 +0200
commit0623b16a144d60414b25b64789365b8c2bc7bfab (patch)
treeece4edfec42b7e0831f9083697bd30bf7c0b612d /henrietta-cache.scm
parent83fb62ef0a2063ecedcfa8f84e48beaf1f742a4e (diff)
downloadhenrietta-cache-0623b16a144d60414b25b64789365b8c2bc7bfab.tar.gz
Typo
Diffstat (limited to 'henrietta-cache.scm')
-rw-r--r--henrietta-cache.scm2
1 files changed, 1 insertions, 1 deletions
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)))