You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ke...@apache.org on 2019/04/09 15:32:05 UTC

[incubator-dubbo] branch master updated: Fix typo (#3839)

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

kexianjun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d2be07  Fix typo (#3839)
2d2be07 is described below

commit 2d2be07a711a4f96b6e45e464886b276b3c49556
Author: www <ru...@163.com>
AuthorDate: Tue Apr 9 23:31:43 2019 +0800

    Fix typo (#3839)
---
 dubbo-common/src/main/java/org/apache/dubbo/common/extension/SPI.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-common/src/main/java/org/apache/dubbo/common/extension/SPI.java b/dubbo-common/src/main/java/org/apache/dubbo/common/extension/SPI.java
index 21eec72..94e6a96 100644
--- a/dubbo-common/src/main/java/org/apache/dubbo/common/extension/SPI.java
+++ b/dubbo-common/src/main/java/org/apache/dubbo/common/extension/SPI.java
@@ -27,7 +27,7 @@ import java.lang.annotation.Target;
  * Marker for extension interface
  * <p/>
  * Changes on extension configuration file <br/>
- * Use <code>Protocol</code> as an example, its configuration file 'META-INF/dubbo/com.xxx.Protocol' is changes from: <br/>
+ * Use <code>Protocol</code> as an example, its configuration file 'META-INF/dubbo/com.xxx.Protocol' is changed from: <br/>
  * <pre>
  *     com.foo.XxxProtocol
  *     com.foo.YyyProtocol