提交 14d50f98 编写于 作者: J Jiang Haiting

fix a typo

上级 7d4e5cd6
......@@ -90,7 +90,7 @@ public class MultiPathMappedFileQueue extends MappedFileQueue {
//do not create file is space is nearly full.
availableStorePath.removeAll(fullStorePaths);
//if no store path left, fall back to wriable store path.
//if no store path left, fall back to writable store path.
if (availableStorePath.isEmpty()) {
availableStorePath = new HashSet<>(storePath);
availableStorePath.removeAll(readonlyPathSet);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册