From d0e8f8329bff57a6d81a9deab73d938ce52a78e6 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 21 Jun 2022 16:13:09 +0900 Subject: [PATCH] Fix one more typo in comments This fixes one more typo which was missed during the previous typo fixing attempt. Change-Id: I7a98bbc31074928734f9e740b07c2b48225cbb89 --- manifests/deps.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/deps.pp b/manifests/deps.pp index b12b267c..98ee525d 100644 --- a/manifests/deps.pp +++ b/manifests/deps.pp @@ -66,7 +66,7 @@ class cinder::deps { # Support services need to be started in the service phase, but we don't # put them in the chain above because we don't want any false dependencies # between them and cinder services. Note: the service resources here will - # have a 'before' relationshop on the cinder::service::end anchor. + # have a 'before' relationship on the cinder::service::end anchor. # The line between cinder-support-service and cinder-service should be # whether or not cinder services would need to be restarted if the service # state was changed.