From 3391ed3bbc33f740fc7b8acfc64c3dc7672396d5 Mon Sep 17 00:00:00 2001 From: Dean Matzkov Date: Tue, 13 Sep 2011 19:37:28 -0600 Subject: [PATCH] Fixed a typo --- app/models/post.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/post.rb b/app/models/post.rb index 263d7eff1..f9e836986 100644 --- a/app/models/post.rb +++ b/app/models/post.rb @@ -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