diff --git a/src/ui/draw_blocks.rs b/src/ui/draw_blocks.rs index 4ca9be5..9c5c3af 100644 --- a/src/ui/draw_blocks.rs +++ b/src/ui/draw_blocks.rs @@ -355,7 +355,7 @@ pub fn heading_bar( f.render_widget(block(Color::Black), area); - // Generate a bloack for the header, if the header is currently being used to sort a column, then highlight it white + // Generate a block for the header, if the header is currently being used to sort a column, then highlight it white let header_block = |x: &Header| { let mut color = Color::Black; let mut suffix = "";