Spelling fix

Signed-off-by: Dave Rodgman <[email protected]>
This commit is contained in:
Dave Rodgman
2024-01-17 15:27:05 +00:00
parent ad4b705863
commit 5f8e2a2b5f
+1 -1
View File
@@ -231,7 +231,7 @@ pre_initialize_variables () {
# defined in this script whose name starts with "component_".
ALL_COMPONENTS=$(compgen -A function component_ | sed 's/component_//')
# Delay determinig SUPPORTED_COMPONENTS until the command line options have a chance to override
# Delay determining SUPPORTED_COMPONENTS until the command line options have a chance to override
# the commands set by the environment
}