From eed915103be38d07c6cf8440cc7b4c7aae753294 Mon Sep 17 00:00:00 2001 From: samuela Date: Fri, 5 Oct 2018 12:04:19 -0700 Subject: [PATCH] "occured" -> "occurred" --- Library/Homebrew/exceptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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