This commit is contained in:
Lars Windolf 2022-05-11 22:56:58 +02:00 committed by Frédéric Guillot
parent cdeb2a8fc0
commit 8e6babe5d4
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ func (h *handler) editTag(w http.ResponseWriter, r *http.Request) {
return
}
if len(addTags) == 0 && len(removeTags) == 0 {
err = fmt.Errorf("add or/and remove tags should be supllied")
err = fmt.Errorf("add or/and remove tags should be supplied")
logger.Error("[GoogleReader][/edit-tag] [ClientIP=%s] ", clientIP, err)
json.ServerError(w, r, err)
return