Skip to content

Commit dfad45d

Browse files
mimihomkhanimteyaz
authored andcommitted
Fix provicer --> provider (apache#3222)
1 parent db431e5 commit dfad45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public abstract class AbstractInterfaceConfig extends AbstractMethodConfig {
8484
protected String cluster;
8585

8686
/**
87-
* The {@link Filter} when the provicer side exposed a service or the customer side references a remote service used,
87+
* The {@link Filter} when the provider side exposed a service or the customer side references a remote service used,
8888
* if there are more than one, you can use commas to separate them
8989
*/
9090
protected String filter;

0 commit comments

Comments
 (0)