summaryrefslogtreecommitdiffstats
path: root/src/paint.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/paint.rs')
-rw-r--r--src/paint.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paint.rs b/src/paint.rs
index 6ae67d56..67bd58c7 100644
--- a/src/paint.rs
+++ b/src/paint.rs
@@ -82,7 +82,7 @@ impl<'p> Painter<'p> {
))
} else if config.side_by_side {
// If line numbers are disabled in side-by-side then the data is still used
- // for width calculaction and to pad odd width to even, see `UseFullPanelWidth`
+ // for width calculation and to pad odd width to even, see `UseFullPanelWidth`
// for details.
Some(line_numbers::LineNumbersData::empty_for_sbs(
panel_width_fix,