Commit 2307eb84 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-typos' into 'master'

Fix spelling: sucessfully -> successfully

Originally from gitlab-org/gitlab-ee!682

See merge request !6376
parents 6c168d40 5a30a1ea
...@@ -74,7 +74,7 @@ class Projects::BuildsController < Projects::ApplicationController ...@@ -74,7 +74,7 @@ class Projects::BuildsController < Projects::ApplicationController
def erase def erase
@build.erase(erased_by: current_user) @build.erase(erased_by: current_user)
redirect_to namespace_project_build_path(project.namespace, project, @build), redirect_to namespace_project_build_path(project.namespace, project, @build),
notice: "Build has been sucessfully erased!" notice: "Build has been successfully erased!"
end end
def raw def raw
......
- if @user.valid? - if @user.valid?
:plain :plain
new Flash("Username sucessfully changed", "notice") new Flash("Username successfully changed", "notice")
- else - else
:plain :plain
new Flash("Username change failed - #{@user.errors.full_messages.first}", "alert") new Flash("Username change failed - #{@user.errors.full_messages.first}", "alert")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment