spelling fixes (#25495)

git-svn-id: http://svn.redmine.org/redmine/trunk@16445 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2017-04-02 03:34:44 +00:00
parent adce697d99
commit 6139e0033a
16 changed files with 23 additions and 23 deletions

View File

@@ -59,7 +59,7 @@ class Redmine::Helpers::GanttHelperTest < Redmine::HelperTest
assert_equal 2, @gantt.number_of_rows
end
test "#number_of_rows with no project should return the total number of rows for all the projects, resursively" do
test "#number_of_rows with no project should return the total number of rows for all the projects, recursively" do
p1, p2 = Project.generate!, Project.generate!
create_gantt(nil)
# fix the return value of #number_of_rows_on_project() to an arbitrary value