Fix misspelling.

This commit is contained in:
Drew Raines 2013-06-28 10:02:22 -05:00 committed by Andrew Raines
parent f8780751c4
commit 477489ac82
1 changed files with 2 additions and 2 deletions

View File

@ -287,7 +287,7 @@ public class ZenDiscovery extends AbstractLifecycleComponent<Discovery> implemen
public void run() {
currentJoinThread = Thread.currentThread();
try {
innterJoinCluster();
innerJoinCluster();
} finally {
currentJoinThread = null;
}
@ -295,7 +295,7 @@ public class ZenDiscovery extends AbstractLifecycleComponent<Discovery> implemen
});
}
private void innterJoinCluster() {
private void innerJoinCluster() {
boolean retry = true;
while (retry) {
if (lifecycle.stoppedOrClosed()) {