Skip to content

Commit ff6da0d

Browse files
authored
Fix comment
1 parent 42b16e3 commit ff6da0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archinstall/lib/disk/filesystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def _lvm_vol_handle_e2scrub(self, vol_gp: LvmVolumeGroup) -> None:
336336
)
337337

338338
def _final_warning(self) -> bool:
339-
# Issue a final warning before we continue with something un-revertible.
339+
# Issue a final warning before we continue with something un-revertable.
340340
# We mention the drive one last time, and count from 5 to 0.
341341
out = tr('Starting device modifications in ')
342342
Tui.print(out, row=0, endl='', clear_screen=True)

0 commit comments

Comments
 (0)