Merge pull request #1410 from felixonmars/patch-1

Correct a typo in python-build
This commit is contained in:
Yamashita, Yuu 2019-10-09 09:10:18 +09:00 committed by GitHub
commit f3d008fddd
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 "$@"