From f6c4c787528cfb673340cb3669410f796a4dbbf0 Mon Sep 17 00:00:00 2001 From: jomo Date: Mon, 17 Nov 2014 23:06:37 +0100 Subject: [PATCH] typo, t/573 --- app/controllers/forumthreads_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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