diff options
author | Alex Myasoedov <msoedov@gmail.com> | 2015-12-06 16:42:23 +0200 |
---|---|---|
committer | Alex Myasoedov <msoedov@gmail.com> | 2015-12-06 16:42:23 +0200 |
commit | ae54d878c0b347f5f0b6a40c35d2bef00c223316 (patch) | |
tree | b5f2fa3104282e74ee18d704bb3ab4eed211e00e /models/issue.go | |
parent | 89244b74c61495c50ae071c203a2a2a0d078aa00 (diff) | |
download | gitea-ae54d878c0b347f5f0b6a40c35d2bef00c223316.tar.gz gitea-ae54d878c0b347f5f0b6a40c35d2bef00c223316.zip |
Fix misspelled words
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) |