Skip to content

Commit

Permalink
HBASE-21400 correct spelling error of 'initilize' in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
  • Loading branch information
wuguihu authored and HorizonNet committed Aug 23, 2019
1 parent 808f051 commit 2d45801
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ private void processResponseForConnectionHeader() throws IOException {

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()));
Expand Down

0 comments on commit 2d45801

Please sign in to comment.