HBASE-6765 'Take a snapshot' interface - ADDENDUM: Fix snasphot -> snapshot (Matteo Bertozzi)

git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-7290@1445780 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Hsieh 2013-02-13 18:01:54 +00:00
parent be33f38ca5
commit ef53214f02
1 changed files with 1 additions and 1 deletions

View File

@ -2237,7 +2237,7 @@ public class HBaseAdmin implements Abortable, Closeable {
LOG.debug("Interrupted while waiting for snapshot " + snapshot + " to complete");
Thread.currentThread().interrupt();
}
LOG.debug("Getting current status of snasphot from master...");
LOG.debug("Getting current status of snapshot from master...");
done = execute(new MasterAdminCallable<IsSnapshotDoneResponse>() {
@Override
public IsSnapshotDoneResponse call() throws ServiceException {