diff options
author | Atin <61903527+atin@users.noreply.github.com> | 2021-05-19 10:42:09 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 13:12:09 +0800 |
commit | d6987ee05be8b5da279e530cfd65512cb903c72b (patch) | |
tree | 92da4f00413abb945477a2c4e9df509a9c5b161d /internal/route/repo/release.go | |
parent | 509a392272a2ba2bde9d64bf5a55a58d0eadccc4 (diff) |
chore: fix typos in code comments (#6556)
Diffstat (limited to 'internal/route/repo/release.go')
-rw-r--r-- | internal/route/repo/release.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/route/repo/release.go b/internal/route/repo/release.go index cf05b800..0aeace9a 100644 --- a/internal/route/repo/release.go +++ b/internal/route/repo/release.go @@ -63,7 +63,7 @@ func Releases(c *context.Context) { return } - // Temproray cache commits count of used branches to speed up. + // Temporary cache commits count of used branches to speed up. countCache := make(map[string]int64) results := make([]*db.Release, len(tagsPage.Tags)) |