Skip to content

Commit 0378e8d

Browse files
committed
修复一处错别字
1 parent 46bd89e commit 0378e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/balloonupdate/mcpatch/client/network/impl/HttpProtocol.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Response request(String path, Range range, String desc) throws McpatchBusinessEx
199199
} catch (SocketException e) {
200200
throw new McpatchBusinessException("连接中断,请检查网络。" + url, e);
201201
} catch (SocketTimeoutException e) {
202-
throw new McpatchBusinessException("连接超市,请检查网络。" + url, e);
202+
throw new McpatchBusinessException("连接超时,请检查网络。" + url, e);
203203
} catch (Exception e) {
204204
throw new McpatchBusinessException(e);
205205
}

0 commit comments

Comments
 (0)