summaryrefslogtreecommitdiff
path: root/src/op_mode/format_disk.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/op_mode/format_disk.py')
-rwxr-xr-xsrc/op_mode/format_disk.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/op_mode/format_disk.py b/src/op_mode/format_disk.py
index 052c89105..56cb51a02 100755
--- a/src/op_mode/format_disk.py
+++ b/src/op_mode/format_disk.py
@@ -123,10 +123,10 @@ if __name__ == '__main__':
f'\ndata on {target_disk}.\n')
if not ask_yes_no('Do you wish to proceed?'):
- print(f'Disk drive {target_disk} will not be re-formated')
+ print(f'Disk drive {target_disk} will not be re-formatted')
exit(0)
- print(f'Re-formating disk drive {target_disk}...')
+ print(f'Re-formatting disk drive {target_disk}...')
print('Making backup copy of partitions...')
backup_partitions(target_disk)