Skip to content

Commit 33bf80e

Browse files
committed
Fix a typo [ci skip]
1 parent 4e19f6b commit 33bf80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/reline/line_editor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def add_dialog_proc(name, p, context = nil)
656656

657657
private def padding_space_with_escape_sequences(str, width)
658658
padding_width = width - calculate_width(str, true)
659-
# padding_width should be only positive value. But macOS and Aracritty returns negative value.
659+
# padding_width should be only positive value. But macOS and Alacritty returns negative value.
660660
padding_width = 0 if padding_width < 0
661661
str + (' ' * padding_width)
662662
end

0 commit comments

Comments
 (0)