diff options
Diffstat (limited to 'models/issue.go')
-rw-r--r-- | models/issue.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |