Explorar o código

Merge pull request #1657 from imp/typo

Fix typo
Michael Dresser %!s(int64=3) %!d(string=hai) anos
pai
achega
98ce1afebc
Modificáronse 1 ficheiros con 1 adicións e 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)