This is an automated email from the ASF dual-hosted git repository.
wangxin 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 67df884 fix wrong word spelling (#3217)
67df884 is described below
commit 67df8848dcb00f2e8e60cb4f195794cba45d9a68
Author: mimihom <[email protected]>
AuthorDate: Sun Jan 13 19:40:50 2019 +0800
fix wrong word spelling (#3217)
---
.../src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java
b/dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java
index bd6e0fb..c7f62f7 100644
---
a/dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java
+++
b/dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java
@@ -96,7 +96,7 @@ public abstract class AbstractInterfaceConfig extends
AbstractMethodConfig {
protected String listener;
/**
- * The owner of zhe service providers
+ * The owner of the service providers
*/
protected String owner;