summaryrefslogtreecommitdiffstats
path: root/models/issue.go
diff options
context:
space:
mode:
authorAlex Myasoedov <msoedov@gmail.com>2015-12-06 16:42:23 +0200
committerAlex Myasoedov <msoedov@gmail.com>2015-12-06 16:42:23 +0200
commitae54d878c0b347f5f0b6a40c35d2bef00c223316 (patch)
treeb5f2fa3104282e74ee18d704bb3ab4eed211e00e /models/issue.go
parent89244b74c61495c50ae071c203a2a2a0d078aa00 (diff)
downloadgitea-ae54d878c0b347f5f0b6a40c35d2bef00c223316.tar.gz
gitea-ae54d878c0b347f5f0b6a40c35d2bef00c223316.zip
Fix misspelled words
Diffstat (limited to 'models/issue.go')
-rw-r--r--models/issue.go2
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)