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 ec9bea9  Fix the typo. (#2596)
ec9bea9 is described below

commit ec9bea9d431be56f7e89f71f87b6c7ad51604178
Author: Alan Lau <[email protected]>
AuthorDate: Mon May 6 11:23:09 2019 +0800

    Fix the typo. (#2596)
---
 .../apache/skywalking/apm/agent/core/conf/SnifferConfigInitializer.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/conf/SnifferConfigInitializer.java
 
b/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/conf/SnifferConfigInitializer.java
index 1d7c30d..a303827 100644
--- 
a/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/conf/SnifferConfigInitializer.java
+++ 
b/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/conf/SnifferConfigInitializer.java
@@ -58,7 +58,7 @@ public class SnifferConfigInitializer {
      * start with {@link #ENV_KEY_PREFIX}. e.g. in env 
`skywalking.agent.service_name=yourAppName` to override
      * `agent.service_name` in config file.
      * <p>
-     * At the end, `agent.service_name` and `collector.servers` must be not 
blank.
+     * At the end, `agent.service_name` and `collector.servers` must not be 
blank.
      */
     public static void initialize(String agentOptions) throws 
ConfigNotFoundException, AgentPackageNotFoundException {
         InputStreamReader configFileStream;

Reply via email to