diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 97a5152fdf..a72e448b2f 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -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