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
// NoFill means that empty aggregate windows will be purged from the result.
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
// PreviousFill means that empty aggregate windows will be filled with whatever the previous aggregate window had
PreviousFill