Lars Windolf 4 tahun lalu
induk
melakukan
8e6babe5d4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      googlereader/handler.go

+ 1 - 1
googlereader/handler.go

@@ -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