]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-disk: fix typo
authorLoic Dachary <ldachary@redhat.com>
Wed, 16 Dec 2015 11:31:03 +0000 (12:31 +0100)
committerLoic Dachary <ldachary@redhat.com>
Mon, 21 Dec 2015 10:31:25 +0000 (11:31 +0100)
Signed-off-by: Loic Dachary <loic@dachary.org>
src/ceph-disk

index 15df32c7783cf46d2f330937c24cff0ae84053dd..bddf643dd5eef3d132ab49729ffd78868abf370b 100755 (executable)
@@ -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)