spelling: decision

This commit is contained in:
Josh Soref 2017-11-08 00:46:04 +00:00
parent 84be0562a0
commit 8901e6eec2

View File

@ -39,7 +39,7 @@ var (
const frenoMagicHint = "freno" const frenoMagicHint = "freno"
// Throttler collects metrics related to throttling and makes informed decisison // Throttler collects metrics related to throttling and makes informed decision
// whether throttling should take place. // whether throttling should take place.
type Throttler struct { type Throttler struct {
migrationContext *base.MigrationContext migrationContext *base.MigrationContext