From 8de56f6e6fc43fc406c85a018050cf0af72e35ce Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Mon, 18 Jan 2016 16:20:33 -0500 Subject: [PATCH] spelling --- script/check-approval | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/check-approval b/script/check-approval index 216e4ca..bd3a575 100755 --- a/script/check-approval +++ b/script/check-approval @@ -50,8 +50,8 @@ approvals.each do |name, licenses| end rows << :separator -elligible = !!(spdx && approved_licenses.include?(license)) -rows << ["Elligible", elligible] +eligible = !!(spdx && approved_licenses.include?(license)) +rows << ["Eligible", eligible] puts Terminal::Table.new title: "License: #{license}", rows: rows puts