HBASE-20766 Typo in VerifyReplication error.

closes #80.

Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 8f8d57177952a7dc8f3a4a6e6ad5d4f3d51744c0)
This commit is contained in:
ffernandez92 2018-06-29 12:20:07 +02:00 committed by Sean Busbey
parent 823b790000
commit 04c732e9de

View File

@ -288,7 +288,7 @@ public class VerifyReplication extends Configured implements Tool {
return pair;
} catch (ReplicationException e) {
throw new IOException(
"An error occurred while trying to connect to the remove peer cluster", e);
"An error occurred while trying to connect to the remote peer cluster", e);
} finally {
if (peer != null) {
peer.close();