diff options
Diffstat (limited to 'alacritty_terminal/src/grid/mod.rs')
-rw-r--r-- | alacritty_terminal/src/grid/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/src/grid/mod.rs b/alacritty_terminal/src/grid/mod.rs index 3a6bacf8..54b496af 100644 --- a/alacritty_terminal/src/grid/mod.rs +++ b/alacritty_terminal/src/grid/mod.rs @@ -406,7 +406,7 @@ impl<T: GridCell + Copy + Clone> Grid<T> { // starts at the top, we can do a full rotation which just involves // changing the start index. // - // To accomodate scroll regions, rows are reordered at the end. + // To accommodate scroll regions, rows are reordered at the end. if region.start == Line(0) { // Rotate the entire line buffer. If there's a scrolling region // active, the bottom lines are restored in the next step. |