summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-11-17 23:06:37 +0100
committerjomo <github@jomo.tv>2014-11-17 23:06:37 +0100
commitf6c4c787528cfb673340cb3669410f796a4dbbf0 (patch)
tree25cc83bd061db930613a98defe325112eea50583
parent3c7501bdb276667df89448dcbe7a1425eb3fd674 (diff)
typo, t/573
-rw-r--r--app/controllers/forumthreads_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/forumthreads_controller.rb b/app/controllers/forumthreads_controller.rb
index c96365b..8f8a1ce 100644
--- a/app/controllers/forumthreads_controller.rb
+++ b/app/controllers/forumthreads_controller.rb
@@ -31,7 +31,7 @@ class ForumthreadsController < ApplicationController
redirect_to forumthread_path( @thread)
return
else
- flash[:alert] = "Seomthing went wrong while creating your thread."
+ flash[:alert] = "Something went wrong while creating your thread."
render action: "new"
return
end