From: Loic Dachary Date: Wed, 16 Dec 2015 11:31:03 +0000 (+0100) Subject: ceph-disk: fix typo X-Git-Tag: v10.0.3~189^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b271a06b6ab7af93809032687fd5373e6d2d0241;p=ceph.git ceph-disk: fix typo Signed-off-by: Loic Dachary --- diff --git a/src/ceph-disk b/src/ceph-disk index 15df32c7783..bddf643dd5e 100755 --- a/src/ceph-disk +++ b/src/ceph-disk @@ -2846,7 +2846,7 @@ def main_destroy(args): # Check zap flag. If we found zap flag, we need to find device for # destroy this osd data. if args.zap is True: - # earse the osd data + # erase the osd data LOG.info("Prepare to zap the device %s" % base_dev) zap(base_dev)