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 c7f62f7ba84..3dbf40ceffd 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;