summaryrefslogtreecommitdiff
path: root/utils.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-08 17:18:58 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-08 17:18:58 +0200
commitf41b615110cb9acc5327cec81a96efdecd3e20d9 (patch)
tree2e27584c1141704c6643cfd0da83032d611fda90 /utils.lisp
parent8f1a7f9d30bea9587ced6aa3500b06240b3ef4c0 (diff)
Fix a typo.
Ignore-this: 2cba86c6e487475ea4fe3e99a99674c6 darcs-hash:f72812bef6f63bdb55c46d29f8e0bf09d311491c
Diffstat (limited to 'utils.lisp')
-rw-r--r--utils.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.lisp b/utils.lisp
index cc7dee1..fab371a 100644
--- a/utils.lisp
+++ b/utils.lisp
@@ -144,7 +144,7 @@ after another in any arbitrary order."
(format out control value)
(format out "%~A%" substring))
(setq last-match-end end))))
- (format destination (subseq date-control-string last-match-end)))))))
+ (format out (subseq date-control-string last-match-end)))))))
(defun compute-script-last-modified-date ()