From ed1ec3132a38f6f911370b49270534cecb753d9b Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Fri, 15 Jan 2010 10:52:32 +0100 Subject: Fix another typo. Ignore-this: d4f185197367b093021ef44d21960a71 darcs-hash:b91d69a099ae8b67a1752463f318008e16ff48fe --- journal.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3