1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-31 18:31:01 +00:00

Correct spelling

This commit is contained in:
Edward Betts 2021-05-13 14:38:32 +01:00 committed by fguillot
parent 0c56b4d580
commit 264f4db567
6 changed files with 8 additions and 8 deletions

View file

@ -116,7 +116,7 @@ func (s *Storage) CreateFeedIcon(feedID int64, icon *model.Icon) error {
return nil
}
// Icons returns all icons tht belongs to a user.
// Icons returns all icons that belongs to a user.
func (s *Storage) Icons(userID int64) (model.Icons, error) {
query := `
SELECT