fixed a typo

This commit is contained in:
Syed Humza Shah
2015-12-18 01:43:01 +00:00
parent 97afedd861
commit a3613dc438

View File

@@ -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