diff --git a/app/controllers/shixuns_controller.rb b/app/controllers/shixuns_controller.rb index 38085a5ac..f86ade58f 100644 --- a/app/controllers/shixuns_controller.rb +++ b/app/controllers/shixuns_controller.rb @@ -910,7 +910,7 @@ class ShixunsController < ApplicationController def delete_git_file author_name = current_user.real_name author_email = current_user.git_mail - message = params[:message] || "delete filer by browser" + message = params[:message] || "delete file by browser" git_delete_file(@path, author_name, author_email, message) render_ok end