Merge pull request #1363 from felixonmars/patch-1

Correct a typo in ruby-build
This commit is contained in:
SHIBATA Hiroshi 2019-10-24 09:09:48 +09:00 committed by GitHub
commit efd272209b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -613,7 +613,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 "$@"