Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
fix(disks): fix a typo reemove => remove
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai committed Jan 10, 2024
1 parent c204d71 commit d16729d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ If you want to do this, change your computer's boot mode to UEFI mode."#
}

if let Ok(disk) = libparted::Disk::new(&mut *device) {
info!("Disk already exists, open disk and reemove existing partitions");
info!("Disk already exists, open disk and remove existing partitions");
let mut nums = vec![];

// 先删除主分区
Expand Down

0 comments on commit d16729d

Please sign in to comment.