docs: fix typo (#6473)
This commit is contained in:
parent
b1a8238c15
commit
6bc3ba025f
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue