"occured" -> "occurred"

This commit is contained in:
samuela 2018-10-05 12:04:19 -07:00 committed by GitHub
parent 88837353fb
commit eed915103b
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