This is an automated email from the ASF dual-hosted git repository.

duhengforever pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5964e37  fix typo:highter (#1680)
5964e37 is described below

commit 5964e375d5799035c064f2cdb29c646616cf5da3
Author: LiosWong <[email protected]>
AuthorDate: Tue Dec 31 13:55:40 2019 +0800

    fix typo:highter (#1680)
---
 common/src/main/java/org/apache/rocketmq/common/MixAll.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/src/main/java/org/apache/rocketmq/common/MixAll.java 
b/common/src/main/java/org/apache/rocketmq/common/MixAll.java
index e9a67bb..de259c9 100644
--- a/common/src/main/java/org/apache/rocketmq/common/MixAll.java
+++ b/common/src/main/java/org/apache/rocketmq/common/MixAll.java
@@ -419,7 +419,7 @@ public class MixAll {
                 if (address.isLoopbackAddress()) {
                     continue;
                 }
-                //ip4 highter priority
+                //ip4 higher priority
                 if (address instanceof Inet6Address) {
                     candidatesHost.add(address.getHostAddress());
                     continue;

Reply via email to