Skip to content

Commit 343c04c

Browse files
ethanbwplotka
ethan
authored andcommitted
iter.go: error message typo correction (thanos-io#1376)
Signed-off-by: ethan <[email protected]>
1 parent 32a412a commit 343c04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/query/iter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func (s *chunkSeries) Iterator() storage.SeriesIterator {
152152
}
153153
sit = newChunkSeriesIterator(its)
154154
default:
155-
return errSeriesIterator{err: errors.Errorf("unexpected result aggreagte type %v", s.aggr)}
155+
return errSeriesIterator{err: errors.Errorf("unexpected result aggregate type %v", s.aggr)}
156156
}
157157
return newBoundedSeriesIterator(sit, s.mint, s.maxt)
158158
}

0 commit comments

Comments
 (0)