Fix typo in comment

pull/1925/head
Paul Dix 2015-03-11 18:20:20 -07:00
parent 3d91acaa26
commit 00888562b9
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ const (
NullFill FillOption = iota NullFill FillOption = iota
// NoFill means that empty aggregate windows will be purged from the result. // NoFill means that empty aggregate windows will be purged from the result.
NoFill NoFill
// NumberFill means that empty aggregate windwos will be filled with the given number // NumberFill means that empty aggregate windows will be filled with the given number
NumberFill NumberFill
// PreviousFill means that empty aggregate windows will be filled with whatever the previous aggregate window had // PreviousFill means that empty aggregate windows will be filled with whatever the previous aggregate window had
PreviousFill PreviousFill