This is an automated email from the ASF dual-hosted git repository.
huxing 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 505b41d Fix provicer --> provider (#3222)
505b41d is described below
commit 505b41d99b124908e7dc0d53d688526091d794f9
Author: mimihom <[email protected]>
AuthorDate: Mon Jan 14 23:12:46 2019 +0800
Fix provicer --> provider (#3222)
---
.../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 c7f62f7..3dbf40c 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
@@ -84,7 +84,7 @@ public abstract class AbstractInterfaceConfig extends
AbstractMethodConfig {
protected String cluster;
/**
- * The {@link Filter} when the provicer side exposed a service or the
customer side references a remote service used,
+ * The {@link Filter} when the provider side exposed a service or the
customer side references a remote service used,
* if there are more than one, you can use commas to separate them
*/
protected String filter;