You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/03/02 00:07:30 UTC

[skywalking] branch master updated: docs: fix typo (#6473)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 6bc3ba0  docs: fix typo (#6473)
6bc3ba0 is described below

commit 6bc3ba025f889b0682d651d07f5b8037f41fff9c
Author: Wayne Chu <wa...@waynechu.cn>
AuthorDate: Tue Mar 2 08:07:12 2021 +0800

    docs: fix typo (#6473)
---
 .../org/apache/skywalking/apm/agent/core/remote/GRPCChannelManager.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 79d114d..4822c75 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)) {