From a3613dc4380ee5f3bea0bf5b1d3fb292347780a5 Mon Sep 17 00:00:00 2001 From: Syed Humza Shah Date: Fri, 18 Dec 2015 01:43:01 +0000 Subject: [PATCH] fixed a typo --- lib/linguist/lazy_blob.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/lazy_blob.rb b/lib/linguist/lazy_blob.rb index 5418eeae..e828dca6 100644 --- a/lib/linguist/lazy_blob.rb +++ b/lib/linguist/lazy_blob.rb @@ -86,7 +86,7 @@ module Linguist protected # Returns true if the attribute is present and not the string "false". - def boolean_attribute(attrbute) + def boolean_attribute(attribute) attribute != "false" end