Fix typo "specialing" -> "specializing" (#1275)

This commit is contained in:
Suraj Banakar
2019-08-19 16:19:28 +08:00
committed by Ta-Ching Chen
parent 80910562b3
commit 7af711a48b
+1 -1
View File
@@ -253,7 +253,7 @@ func (fetcher *Fetcher) SpecializeHandler(w http.ResponseWriter, r *http.Request
err = fetcher.SpecializePod(r.Context(), req.FetchReq, req.LoadReq)
if err != nil {
fetcher.logger.Error("error specialing pod", zap.Error(err))
fetcher.logger.Error("error specializing pod", zap.Error(err))
w.WriteHeader(http.StatusInternalServerError)
return
}