From: Joshua Schmid Date: Wed, 8 Jan 2020 13:24:50 +0000 (+0100) Subject: mgr/cephadm: fix typos X-Git-Tag: v15.1.1~612^2~6 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=42ebc186ad86929f81d68979a467e5d55a3a4b07;p=ceph-ci.git mgr/cephadm: fix typos Signed-off-by: Joshua Schmid --- diff --git a/src/python-common/ceph/deployment/drive_selection/selector.py b/src/python-common/ceph/deployment/drive_selection/selector.py index 5b3252d1669..4a59fe5224f 100644 --- a/src/python-common/ceph/deployment/drive_selection/selector.py +++ b/src/python-common/ceph/deployment/drive_selection/selector.py @@ -79,7 +79,7 @@ class DriveSelection(object): @staticmethod def _has_mandatory_idents(disk): # type: (Device) -> bool - """ Check for mandatory indentification fields + """ Check for mandatory identification fields """ if disk.path: logger.debug("Found matching disk: {}".format(disk.path)) @@ -117,7 +117,7 @@ class DriveSelection(object): for disk in self.disks.devices: logger.debug("Processing disk {}".format(disk.path)) - # continue criterias + # continue criteria assert _filter.matcher is not None if not disk.available: