Fix spelling mistake

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1041171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-12-01 21:15:48 +00:00
parent 6ce5b63952
commit 2149ccd6d8
1 changed files with 1 additions and 1 deletions

View File

@ -954,7 +954,7 @@ public class AssignmentManager extends ZooKeeperListener {
this.regionPlans.put(encodedName, randomPlan);
return randomPlan;
}
LOG.debug("Using pre-exisitng plan for region " +
LOG.debug("Using pre-existing plan for region " +
state.getRegion().getRegionNameAsString() + "; plan=" + existingPlan);
return existingPlan;
}