diff --git a/src/widgets/sparkline.rs b/src/widgets/sparkline.rs index 3c6f58b..46a5146 100644 --- a/src/widgets/sparkline.rs +++ b/src/widgets/sparkline.rs @@ -102,11 +102,11 @@ impl<'a> Widget for Sparkline<'a> { let symbol = match *d { 0 => " ", 1 => bar::ONE_EIGHTH, - 2 => bar::ONE_QUATER, + 2 => bar::ONE_QUARTER, 3 => bar::THREE_EIGHTHS, 4 => bar::HALF, 5 => bar::FIVE_EIGHTHS, - 6 => bar::THREE_QUATERS, + 6 => bar::THREE_QUARTERS, 7 => bar::SEVEN_EIGHTHS, _ => bar::FULL, };