Merge pull request #1242 from scop/spelling

Spelling fix
This commit is contained in:
Hiroshi SHIBATA 2020-04-23 14:57:02 +09:00 committed by GitHub
commit c879cb0f2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ setup() {
assert_success "system"
}
@test "system version is not checked for existance" {
@test "system version is not checked for existence" {
RBENV_VERSION=system run rbenv-version-name
assert_success "system"
}