diff --git a/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/remote/GRPCChannelManager.java b/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/remote/GRPCChannelManager.java index 79d114d13..4822c75eb 100755 --- a/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/remote/GRPCChannelManager.java +++ b/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/remote/GRPCChannelManager.java @@ -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)) {