fix: correct spelling errors in error messages and variable names

This commit is contained in:
overtrue
2025-06-10 21:21:03 +08:00
parent 40d99a5377
commit 7b890108ee
4 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -342,7 +342,7 @@ pub fn ec_drives_no_config(set_drive_count: usize) -> Result<usize> {
// #[error("not first disk")]
// NotFirstDisk,
// #[error("first disk wiat")]
// #[error("first disk wait")]
// FirstDiskWait,
// #[error("invalid part id {0}")]