Merge branch 'fix-typos' into 'master'

Fix spelling: sucessfully -> successfully

Originally from gitlab-org/gitlab-ee!682

See merge request !6376
This commit is contained in:
Rémy Coutable 2016-09-16 09:06:07 +00:00
commit 2307eb84dc
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ class Projects::BuildsController < Projects::ApplicationController
def erase
@build.erase(erased_by: current_user)
redirect_to namespace_project_build_path(project.namespace, project, @build),
notice: "Build has been sucessfully erased!"
notice: "Build has been successfully erased!"
end
def raw

View File

@ -1,6 +1,6 @@
- if @user.valid?
:plain
new Flash("Username sucessfully changed", "notice")
new Flash("Username successfully changed", "notice")
- else
:plain
new Flash("Username change failed - #{@user.errors.full_messages.first}", "alert")