1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-27 05:22:12 +01:00
gitea/modules/indexer
majianhan 877f091305
Fix typos in code comments: doesnt, dont, wont (#36890)
Fix missing apostrophes in contractions across multiple source files.

Changes:
- `doesnt` -> `doesn't` in `routers/api/v1/repo/git_ref.go` (2
occurrences)
- `dont` -> `don't` in `models/activities/notification_list.go`,
`modules/indexer/code/bleve/token/path/path.go`,
`routers/api/v1/repo/release.go`,
`services/migrations/gitea_downloader.go`,
`services/repository/contributors_graph.go`
- `wont` -> `won't` in `routers/api/v1/repo/issue_subscription.go`,
`models/issues/label_test.go`

Ref: #35015 (good first issues - improve English)

---------

Co-authored-by: majianhan <majianhan@kylinos.cn>
Co-authored-by: silverwind <me@silverwind.io>
2026-03-13 09:58:44 -07:00
..
code Fix typos in code comments: doesnt, dont, wont (#36890) 2026-03-13 09:58:44 -07:00
internal Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
issues Update go dependencies (#36548) 2026-02-08 12:01:37 +00:00
stats Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
indexer.go Improve issue & code search (#33860) 2025-03-13 11:07:48 +08:00