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

janh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d45801  HBASE-21400 correct spelling error of 'initilize' in comment
2d45801 is described below

commit 2d4580106a8e7abb1129eb143b92a18175d57723
Author: wuguihu <[email protected]>
AuthorDate: Sat Oct 27 14:47:09 2018 +0800

    HBASE-21400 correct spelling error of 'initilize' in comment
    
    Signed-off-by: Jan Hentschel <[email protected]>
---
 .../main/java/org/apache/hadoop/hbase/ipc/BlockingRpcConnection.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/BlockingRpcConnection.java
 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/BlockingRpcConnection.java
index b1c3ea2..b152a1d 100644
--- 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/BlockingRpcConnection.java
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/BlockingRpcConnection.java
@@ -579,7 +579,7 @@ class BlockingRpcConnection extends RpcConnection 
implements Runnable {
 
   private void negotiateCryptoAes(RPCProtos.CryptoCipherMeta cryptoCipherMeta)
       throws IOException {
-    // initilize the Crypto AES with CryptoCipherMeta
+    // initialize the Crypto AES with CryptoCipherMeta
     saslRpcClient.initCryptoCipher(cryptoCipherMeta, this.rpcClient.conf);
     // reset the inputStream/outputStream for Crypto AES encryption
     this.in = new DataInputStream(new 
BufferedInputStream(saslRpcClient.getInputStream()));

Reply via email to