Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayjwylie committed Jun 20, 2013
1 parent e876dd1 commit f816900
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -103,7 +103,7 @@ synchronized public String getPrettyProgressBar() {
}

// Title line
sb.append("Progess update on rebalancing batch " + batchId).append(Utils.NEWLINE);
sb.append("Progress update on rebalancing batch " + batchId).append(Utils.NEWLINE);
// Tasks in flight update
sb.append("There are currently " + tasksInFlight.size() + " rebalance tasks executing: ")
.append(tasksInFlight)
Expand Down

0 comments on commit f816900

Please sign in to comment.