summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2010-01-15 10:52:32 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2010-01-15 10:52:32 +0100
commited1ec3132a38f6f911370b49270534cecb753d9b (patch)
treea33bd6c34808d4dde606a0beb885cff34db3f04d
parentc1860f0e1c13eb42e18ab96ad0811d9f8cbe44c3 (diff)
Fix another typo.
Ignore-this: d4f185197367b093021ef44d21960a71 darcs-hash:b91d69a099ae8b67a1752463f318008e16ff48fe
-rwxr-xr-xjournal.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp
index 3010389..220eeef 100755
--- a/journal.lisp
+++ b/journal.lisp
@@ -856,7 +856,7 @@
(defun update-comment-feeds-for-entries ()
(dotimes (entry-id (+ (find-largest-post-id) 1))
- (update-comment-feed-for-entry entryid)))
+ (update-comment-feed-for-entry entry-id)))
(defun update-comment-feed-for-entry (entry-id)
(let* ((file-name "comment-feed.xml")