Explorar el Código

Fix typo

Signed-off-by: Cyril Plisko <cyril.plisko@mountall.com>
Cyril Plisko hace 3 años
padre
commit
1fd047dd9a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pkg/costmodel/router.go

+ 1 - 1
pkg/costmodel/router.go

@@ -413,7 +413,7 @@ func (a *Accesses) ClusterCosts(w http.ResponseWriter, r *http.Request, ps httpr
 	offset := r.URL.Query().Get("offset")
 
 	if window == "" {
-		w.Write(WrapData(nil, fmt.Errorf("missing window arguement")))
+		w.Write(WrapData(nil, fmt.Errorf("missing window argument")))
 		return
 	}
 	windowDur, err := timeutil.ParseDuration(window)