From c531ab3c55801efefa802e4ec3710de901fde64f Mon Sep 17 00:00:00 2001 From: lijunjie Date: Wed, 23 Jan 2019 17:24:46 +0800 Subject: [PATCH] Fix the misspelling of "directory" Change-Id: If9cca7b453daf63ce4bc2ecff4a90c3a701858e4 --- integration/scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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