fix: correct spelling errors in codebase

This commit is contained in:
overtrue
2025-06-10 20:39:44 +08:00
parent 3338f3236f
commit 7527162bec
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ impl ECStore {
sleep(Duration::from_secs(wait_sec)).await;
if exit_count > 10 {
return Err(Error::other("ec init faild"));
return Err(Error::other("ec init failed"));
}
exit_count += 1;