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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8adf144  TUWENI-23 remove typo
     new bcf0ffd  Merge pull request #20 from PierreSmits/master
8adf144 is described below

commit 8adf14442859047a44dafa2253515fcbfe94f7b5
Author: Pierre Smits <[email protected]>
AuthorDate: Wed Jun 12 12:51:12 2019 +0200

    TUWENI-23 remove typo
---
 hobbits/src/main/kotlin/org/apache/tuweni/hobbits/HobbitsTransport.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hobbits/src/main/kotlin/org/apache/tuweni/hobbits/HobbitsTransport.kt 
b/hobbits/src/main/kotlin/org/apache/tuweni/hobbits/HobbitsTransport.kt
index 8f3ddf0..8eade36 100644
--- a/hobbits/src/main/kotlin/org/apache/tuweni/hobbits/HobbitsTransport.kt
+++ b/hobbits/src/main/kotlin/org/apache/tuweni/hobbits/HobbitsTransport.kt
@@ -39,7 +39,7 @@ import kotlin.coroutines.CoroutineContext
 /**
  * Hobbits is a peer-to-peer transport stack specified at 
https://www.github.com/deltap2p/hobbits.
  *
- * This class works as a transport mech anism that can leverage a variety of 
network transport
+ * This class works as a transport mechanism that can leverage a variety of 
network transport
  * mechanisms, such as TCP, HTTP, UDP and Web sockets.
  *
  * It can be used to contact other Hobbits endpoints, or to expose endpoints 
to the network.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to