You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ja...@apache.org on 2022/10/10 01:12:55 UTC

[incubator-linkis] branch master updated: [linkis-commons] Fix some typos. (#3597)

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

jackxu2011 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/master by this push:
     new 606f8d621 [linkis-commons] Fix some typos. (#3597)
606f8d621 is described below

commit 606f8d621f8e40543eef2658242b539a2eb03088
Author: liuzhuang2017 <95...@users.noreply.github.com>
AuthorDate: Mon Oct 10 09:12:45 2022 +0800

    [linkis-commons] Fix some typos. (#3597)
---
 .../src/main/scala/org/apache/linkis/rpc/AsynRPCMessageBus.scala      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/linkis-commons/linkis-rpc/src/main/scala/org/apache/linkis/rpc/AsynRPCMessageBus.scala b/linkis-commons/linkis-rpc/src/main/scala/org/apache/linkis/rpc/AsynRPCMessageBus.scala
index 9313ad4b1..554c0c95b 100644
--- a/linkis-commons/linkis-rpc/src/main/scala/org/apache/linkis/rpc/AsynRPCMessageBus.scala
+++ b/linkis-commons/linkis-rpc/src/main/scala/org/apache/linkis/rpc/AsynRPCMessageBus.scala
@@ -42,12 +42,12 @@ class AsynRPCMessageBus(capacity: Int, busName: String)(
   override protected val dropEvent: DropEvent = new DropEvent {
 
     override def onDropEvent(event: RPCMessageEvent): Unit = throw new DWCRPCRetryException(
-      "Asyn RPC Consumer Queue is full, please retry after some times."
+      "Async RPC Consumer Queue is full, please retry after some times."
     )
 
     override def onBusStopped(event: RPCMessageEvent): Unit = throw new RPCInitFailedException(
       RPCErrorConstants.RPC_INIT_ERROR,
-      "Asyn RPC Consumer Thread has stopped!"
+      "Async RPC Consumer Thread has stopped!"
     )
 
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org