diff options
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)) |