Merge pull request #5047 from samuela/patch-1

"occured" -> "occurred"
This commit is contained in:
Mike McQuaid 2018-10-06 19:58:42 +01:00 committed by GitHub
commit c5a3cb75f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -620,7 +620,7 @@ class ChildProcessError < RuntimeError
@inner_class = Object.const_get inner["json_class"]
super <<~EOS
An exception occured within a child process:
An exception occurred within a child process:
#{inner_class}: #{inner["m"]}
EOS