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
@@ -512,7 +512,7 @@ impl ShardReader {
warn!("ec decode read ress {:?}", &ress);
warn!("ec decode read errors {:?}", &errors);
return Err(Error::other("shard reader read faild"));
return Err(Error::other("shard reader read failed"));
}
self.offset += self.shard_size;