Skip to content

Commit f1f97ff

Browse files
ffernandez92apurtell
authored andcommitted
HBASE-20766 Typo in VerifyReplication error.
closes #80. Signed-off-by: Sean Busbey <[email protected]> (cherry picked from commit 8f8d571)
1 parent f40526b commit f1f97ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ private static Pair<ReplicationPeerConfig, Configuration> getPeerQuorumConfig(
288288
return pair;
289289
} catch (ReplicationException e) {
290290
throw new IOException(
291-
"An error occurred while trying to connect to the remove peer cluster", e);
291+
"An error occurred while trying to connect to the remote peer cluster", e);
292292
} finally {
293293
if (peer != null) {
294294
peer.close();

0 commit comments

Comments
 (0)