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

albumenj pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.3 by this push:
     new dd1485a5ff fix spelling typo (#14810)
dd1485a5ff is described below

commit dd1485a5ffeff385ecf637d9cf7892a8d1dfa0d2
Author: liliang <[email protected]>
AuthorDate: Tue Oct 22 16:20:35 2024 +0800

    fix spelling typo (#14810)
    
    Co-authored-by: Albumen Kevin <[email protected]>
---
 .../dubbo/registry/client/metadata/MetadataServiceNameMapping.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/client/metadata/MetadataServiceNameMapping.java
 
b/dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/client/metadata/MetadataServiceNameMapping.java
index 57c7dd51d3..6db3dd7d21 100644
--- 
a/dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/client/metadata/MetadataServiceNameMapping.java
+++ 
b/dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/client/metadata/MetadataServiceNameMapping.java
@@ -130,7 +130,7 @@ public class MetadataServiceNameMapping extends 
AbstractServiceNameMapping {
                                 + waitTime + ". " + "Service Interface: "
                                 + serviceInterface + ". " + "Origin Content: "
                                 + oldConfigContent + ". " + "Ticket: "
-                                + configItem.getTicket() + ". " + "Excepted 
context: "
+                                + configItem.getTicket() + ". " + "Expected 
Content: "
                                 + newConfigContent);
                         Thread.sleep(waitTime);
                     }

Reply via email to