Fix one more typo in comments

This fixes one more typo which was missed during the previous typo
fixing attempt.

Change-Id: I7a98bbc31074928734f9e740b07c2b48225cbb89
This commit is contained in:
Takashi Kajinami 2022-06-21 16:13:09 +09:00
parent 7f011baa00
commit d0e8f8329b
1 changed files with 1 additions and 1 deletions

View File

@ -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.