File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ def has_title():
415415 DynamicContainer (lambda : self .body ),
416416 fill (width = 1 , char = Border .VERTICAL ),
417417 # Padding is required to make sure that if the content is
418- # too small, that the right frame border is still aligned.
418+ # too small, the right frame border is still aligned.
419419 ], padding = 0 ),
420420 VSplit ([
421421 fill (width = 1 , height = 1 , char = Border .BOTTOM_LEFT ),
@@ -708,9 +708,9 @@ def __init__(self):
708708 self .container = FloatContainer (
709709 content = Window (height = 1 ),
710710 floats = [
711- # We first draw the label, than the actual progress bar. Right
711+ # We first draw the label, then the actual progress bar. Right
712712 # now, this is the only way to have the colors of the progress
713- # bar appear on to of the label. The problem is that our label
713+ # bar appear on top of the label. The problem is that our label
714714 # can't be part of any `Window` below.
715715 Float (content = self .label , top = 0 , bottom = 0 ),
716716
You can’t perform that action at this time.
0 commit comments