Merge "Fix the misspelling of "directory""

This commit is contained in:
Zuul 2019-01-25 09:02:59 +00:00 committed by Gerrit Code Review
commit e14cecdd90
1 changed files with 1 additions and 1 deletions

View File

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