From f773219426ea763ca96bdc6bf8dd5b43f9e955d8 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 7 Apr 2014 00:22:11 +0000 Subject: [PATCH] fix typos of source comments at Version model git-svn-id: http://svn.redmine.org/redmine/trunk@13062 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/models/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/version.rb b/app/models/version.rb index 02061c548..b80f0f2d1 100644 --- a/app/models/version.rb +++ b/app/models/version.rb @@ -256,7 +256,7 @@ class Version < ActiveRecord::Base # Returns the average estimated time of assigned issues # or 1 if no issue has an estimated time - # Used to weigth unestimated issues in progress calculation + # Used to weight unestimated issues in progress calculation def estimated_average if @estimated_average.nil? average = fixed_issues.average(:estimated_hours).to_f