docs: fix typo (#6473)

This commit is contained in:
Wayne Chu 2021-03-02 08:07:12 +08:00 committed by GitHub
parent b1a8238c15
commit 6bc3ba025f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ public class GRPCChannelManager implements BootService, Runnable {
}
/**
* If the given expcetion is triggered by network problem, connect in background.
* If the given exception is triggered by network problem, connect in background.
*/
public void reportError(Throwable throwable) {
if (isNetworkError(throwable)) {