summaryrefslogtreecommitdiff
path: root/main.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-07 23:29:58 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-07 23:29:58 +0200
commit237847bae92c2579cc67bdb941c604165c502971 (patch)
tree25808e31cb2615492d13b25ee06e4a060ad1a6d0 /main.lisp
parent9d4bc15de89204bfb787e1e922c38122dae041a7 (diff)
Fix a typo.
Ignore-this: e7eb9f2a961b5c8e87dde5470973759e darcs-hash:b316126630a03508c5d92aa2bdae7201ee41cc3f
Diffstat (limited to 'main.lisp')
-rw-r--r--main.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lisp b/main.lisp
index 9dbe04e..36de3d9 100644
--- a/main.lisp
+++ b/main.lisp
@@ -183,7 +183,7 @@
(unless (spamp comment)
(update-records 'journal-comment
:where [= [slot-value 'journal-comment 'id] (id-of comment)]
- :avpairs `((spam-p nil))))
+ :av-pairs `((spam-p nil))))
(when (eq *site* :nfs.net)
(mail-comment *notification-email* comment entry))))
(show-web-journal))