HBASE-21400 correct spelling error of 'initilize' in comment

Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
This commit is contained in:
wuguihu 2018-10-27 14:47:09 +08:00 committed by Jan Hentschel
parent 808f051b8a
commit 2d4580106a
No known key found for this signature in database
GPG Key ID: 5CD818B19CC299A3
1 changed files with 1 additions and 1 deletions

View File

@ -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()));