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 2019/05/07 03:40:40 UTC

[skywalking] branch master updated: fix some spelling mistakes (#2615)

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 1f39b19  fix some spelling mistakes (#2615)
1f39b19 is described below

commit 1f39b199377a325a2368bdf3bd29de8e38c17d2a
Author: SataQiu <qi...@beyondcent.com>
AuthorDate: Tue May 7 11:40:35 2019 +0800

    fix some spelling mistakes (#2615)
---
 .../org/apache/skywalking/apm/commons/datacarrier/buffer/Channels.java  | 2 +-
 .../plugin/jdbc/mysql/v5/define/Mysql50ConnectionInstrumentation.java   | 2 +-
 docs/powered-by.md                                                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/apm-commons/apm-datacarrier/src/main/java/org/apache/skywalking/apm/commons/datacarrier/buffer/Channels.java b/apm-commons/apm-datacarrier/src/main/java/org/apache/skywalking/apm/commons/datacarrier/buffer/Channels.java
index e0f3026..af8cefc 100644
--- a/apm-commons/apm-datacarrier/src/main/java/org/apache/skywalking/apm/commons/datacarrier/buffer/Channels.java
+++ b/apm-commons/apm-datacarrier/src/main/java/org/apache/skywalking/apm/commons/datacarrier/buffer/Channels.java
@@ -22,7 +22,7 @@ import org.apache.skywalking.apm.commons.datacarrier.callback.QueueBlockingCallb
 import org.apache.skywalking.apm.commons.datacarrier.partition.IDataPartitioner;
 
 /**
- * Channels of Buffer It contais all buffer data which belongs to this channel. It supports several strategy when buffer
+ * Channels of Buffer It contains all buffer data which belongs to this channel. It supports several strategy when buffer
  * is full. The Default is BLOCKING <p> Created by wusheng on 2016/10/25.
  */
 public class Channels<T> {
diff --git a/apm-sniffer/apm-sdk-plugin/mysql-5.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jdbc/mysql/v5/define/Mysql50ConnectionInstrumentation.java b/apm-sniffer/apm-sdk-plugin/mysql-5.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jdbc/mysql/v5/define/Mysql50ConnectionInstrumentation.java
index 147ae73..e78cfe9 100644
--- a/apm-sniffer/apm-sdk-plugin/mysql-5.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jdbc/mysql/v5/define/Mysql50ConnectionInstrumentation.java
+++ b/apm-sniffer/apm-sdk-plugin/mysql-5.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jdbc/mysql/v5/define/Mysql50ConnectionInstrumentation.java
@@ -24,7 +24,7 @@ import org.apache.skywalking.apm.agent.core.plugin.match.ClassMatch;
 import static org.apache.skywalking.apm.agent.core.plugin.match.NameMatch.byName;
 
 /**
- * {@link Mysql50ConnectionInstrumentation} interceptor the com.mysql.jdbc.Connection class in the 5.0.x verison
+ * {@link Mysql50ConnectionInstrumentation} interceptor the com.mysql.jdbc.Connection class in the 5.0.x version
  * of mysql driver jar.
  *
  * @author zhangxin
diff --git a/docs/powered-by.md b/docs/powered-by.md
index b9115b9..d831aec 100644
--- a/docs/powered-by.md
+++ b/docs/powered-by.md
@@ -94,7 +94,7 @@ Integrated in the microservices architecture support platform.
 Use SkyWalking and [SkyAPM .net agent](https://github.com/SkyAPM/SkyAPM-dotnet) in the CMBChina Mall project.
 
 ## ke.com
-Deploy SkyWalking in production enviroments. 
+Deploy SkyWalking in production environments.
 - Three CentOs Machines(32 CPUs, 64G RAM, 1.3T Disk) for Collector Server
 - Three ElasticSearch(Version 6.4.2, 40 CPUs, 96G RAM, 7T Disk) Nodes for Storage