You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "spawpaw (GitHub)" <gi...@apache.org> on 2019/12/10 02:50:55 UTC

[GitHub] [dubbo] spawpaw opened issue #5445: [dubbo-common] typo: config-centre

- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
- [x] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate.

### Environment

* Dubbo version: v2.7.3
* Java version: 1.8


### Actual Result
https://github.com/apache/dubbo/blob/master/dubbo-common/src/main/java/org/apache/dubbo/common/config/ConfigurationUtils.java#L77
```java
logger.warn("You specified the config centre, but there's not even one single config item in it.");
```

### Expected Result

```java
logger.warn("You specified the config center, but there's not even one single config item in it.");
```
Although `centre` has a simmilar meaning with `center`, we usually call a config center `config center` but not `config centre`. so consider changing it to `config center`?


[ Full content available at: https://github.com/apache/dubbo/issues/5445 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [dubbo] mercyblitz commented on issue #5445: [dubbo-common] typo: config-centre

Posted by "mercyblitz (GitHub)" <gi...@apache.org>.
You can pull a request for it :D

[ Full content available at: https://github.com/apache/dubbo/issues/5445 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org