Correct a typo in python-build

This commit is contained in:
Felix Yan 2019-10-09 06:12:27 +08:00 committed by GitHub
parent 38de38e3d5
commit 4039709dfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -799,7 +799,7 @@ build_package_standard_install_with_bundled_gems() {
build_package_standard_install "$@"
}
# Backword Compatibility for standard function
# Backward Compatibility for standard function
build_package_standard() {
build_package_standard_build "$@"
build_package_standard_install "$@"