ci: fix codespell failure

Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
This commit is contained in:
riya-singhal31
2023-04-20 13:34:31 +05:30
committed by mergify[bot]
parent 86a7acc2fb
commit f12cd9c986
4 changed files with 4 additions and 4 deletions

View File

@ -218,7 +218,7 @@ function check_rbd_stat() {
else
RBD_POOL_NAME=$1
fi
# Rook creates a detault pool with name device_health_metrics for
# Rook creates a default pool with name device_health_metrics for
# device-health-metrics CephBlockPool CR
if [[ "${RBD_POOL_NAME}" == "device-health-metrics" ]]; then
RBD_POOL_NAME="device_health_metrics"