spelling: correlate

This commit is contained in:
Josh Soref 2018-03-11 17:51:05 +00:00
parent 24c76dbcca
commit f7e09cbecf
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ type BlockedEvals struct {
// duplicates.
duplicateCh chan struct{}
// timetable is used to coorelate indexes with their insertion time. This
// timetable is used to correlate indexes with their insertion time. This
// allows us to prune based on time.
timetable *TimeTable