Skip to content

Commit

Permalink
Mistyped spaminess as spamminess
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Aug 28, 2008
1 parent df13f49 commit 2291f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vanilla/dynasnips/comments.rb
Expand Up @@ -80,7 +80,7 @@ def check_for_spam(comment)

# Augment the comment hash
comment[:user_ip] = app.request.ip
comment[:spamminess] = audit["defensio_result"]["spamminess"]
comment[:spamminess] = audit["defensio_result"]["spaminess"]
comment[:spam] = audit["defensio_result"]["spam"]
comment[:defensio_signature] = audit["defensio_result"]["signature"]
comment[:defensio_message] = audit["defensio_result"]["message"]
Expand Down

0 comments on commit 2291f0a

Please sign in to comment.