From f597e9e4e867f08bed8a10ff9ba887509aae3cd4 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Tue, 22 Apr 2025 14:40:25 -0700 Subject: [PATCH] Trivial: Fix spelling issue in configuration desc Change-Id: I0d9658bb8c91f4ac4199337779bfb3d2a88f1ca0 --- ironic/conf/conductor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic/conf/conductor.py b/ironic/conf/conductor.py index 43aab0fa37..a56b6ad4ca 100644 --- a/ironic/conf/conductor.py +++ b/ironic/conf/conductor.py @@ -529,7 +529,7 @@ opts = [ 'of files which are compressed with Zstandard ' 'compression. This option is provided should operators ' 'wish to disable this functionality, otherwise it is ' - 'automaticly applied by the conductor should a ' + 'automatically applied by the conductor should a ' 'compressed artifact be detected.')), ]