Fixed a typo

This commit is contained in:
Dean Matzkov
2011-09-13 19:37:28 -06:00
parent 78920aaf46
commit 3391ed3bbc

View File

@@ -750,7 +750,7 @@ class Post < ActiveRecord::Base
votes.create(:score => score)
else
raise PostVote::Error.new("You have already voted for this comment")
raise PostVote::Error.new("You have already voted for this post")
end
end
end