forked from kevadesu/forgejo
Fix typos
This commit is contained in:
parent
265174bd5e
commit
b7d7431d05
2 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ func (r *Release) LoadArchiveDownloadCount(ctx context.Context) error {
|
|||
return err
|
||||
}
|
||||
|
||||
// GetTotalDownloadCount returns the summary of all dowlaod count of files attached to the release
|
||||
// GetTotalDownloadCount returns the summary of all dowload count of files attached to the release
|
||||
func (r *Release) GetTotalDownloadCount(ctx context.Context) (int64, error) {
|
||||
var archiveCount int64
|
||||
if !r.HideArchiveLinks {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue