Skip to content

Commit

Permalink
iter.go: error message typo correction (#1376)
Browse files Browse the repository at this point in the history
Signed-off-by: ethan <guangming.wang@daocloud.io>
  • Loading branch information
ethan authored and bwplotka committed Aug 7, 2019
1 parent 32a412a commit 343c04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/query/iter.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (s *chunkSeries) Iterator() storage.SeriesIterator {
}
sit = newChunkSeriesIterator(its)
default:
return errSeriesIterator{err: errors.Errorf("unexpected result aggreagte type %v", s.aggr)}
return errSeriesIterator{err: errors.Errorf("unexpected result aggregate type %v", s.aggr)}
}
return newBoundedSeriesIterator(sit, s.mint, s.maxt)
}
Expand Down

0 comments on commit 343c04c

Please sign in to comment.