From ae54d878c0b347f5f0b6a40c35d2bef00c223316 Mon Sep 17 00:00:00 2001 From: Alex Myasoedov Date: Sun, 6 Dec 2015 16:42:23 +0200 Subject: Fix misspelled words --- models/issue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/issue.go') diff --git a/models/issue.go b/models/issue.go index cee8c36aa1..2b2e8bd618 100644 --- a/models/issue.go +++ b/models/issue.go @@ -1297,7 +1297,7 @@ func changeMilestoneIssueStats(e *xorm.Session, issue *Issue) error { } // ChangeMilestoneIssueStats updates the open/closed issues counter and progress -// for the milestone associated witht the given issue. +// for the milestone associated with the given issue. func ChangeMilestoneIssueStats(issue *Issue) (err error) { sess := x.NewSession() defer sessionRelease(sess) -- cgit v1.2.3