diff --git a/integration/scripts/functions b/integration/scripts/functions index a1f64c8b9d..81802b4a68 100644 --- a/integration/scripts/functions +++ b/integration/scripts/functions @@ -249,7 +249,7 @@ function is_suse { [ "$os_VENDOR" = "openSUSE" ] || [ "$os_VENDOR" = "SUSE LINUX" ] } -# Get the path to the direcotry where python executables are installed. +# Get the path to the directory where python executables are installed. # get_python_exec_prefix function get_python_exec_prefix() { if is_fedora || is_suse; then