From 5a7149131bdd2df91cc7d68ce873f90fc305f510 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Wed, 3 Jul 2019 11:53:38 +0900 Subject: [PATCH] Fix a typo --- lib/rubocop/error.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rubocop/error.rb b/lib/rubocop/error.rb index e077b151908..e989b23cc12 100644 --- a/lib/rubocop/error.rb +++ b/lib/rubocop/error.rb @@ -28,7 +28,7 @@ def column end def message - "casue: #{cause.inspect}" + "cause: #{cause.inspect}" end end end