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
@@ -161,7 +161,7 @@ pub enum StorageError {
#[error("not first disk")]
NotFirstDisk,
#[error("first disk wiat")]
#[error("first disk wait")]
FirstDiskWait,
#[error("Bucket policy not found")]