Fix misspelled words

This commit is contained in:
Alex Myasoedov 2015-12-06 16:42:23 +02:00
parent 89244b74c6
commit ae54d878c0
3 changed files with 10 additions and 10 deletions

View file

@ -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)