Fix the misspelling of "directory"

Change-Id: If9cca7b453daf63ce4bc2ecff4a90c3a701858e4
This commit is contained in:
lijunjie 2019-01-23 17:24:46 +08:00
parent 6c9b574f81
commit c531ab3c55
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