From b271a06b6ab7af93809032687fd5373e6d2d0241 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Wed, 16 Dec 2015 12:31:03 +0100 Subject: [PATCH] ceph-disk: fix typo Signed-off-by: Loic Dachary --- src/ceph-disk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3