Fix typo
This commit is contained in:
parent
cdeb2a8fc0
commit
8e6babe5d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue