app/vmselect/promql: misspeling fix

This commit is contained in:
Aliaksandr Valialkin 2019-05-25 21:53:00 +03:00
parent 54fb8b21f9
commit 5262aae5da

View file

@ -1508,7 +1508,7 @@ func (wa *withArgExpr) AppendString(dst []byte) []byte {
}
type rollupExpr struct {
// The expression for the rollup. Usually it is metricExpr, but may be arbitary expr
// The expression for the rollup. Usually it is metricExpr, but may be arbitrary expr
// if subquery is used. https://prometheus.io/blog/2019/01/28/subquery-support/
Expr expr