vowels, how do they work?

This commit is contained in:
Ben Balter 2017-11-03 19:00:14 -04:00
parent e1c41dd360
commit 73b301f0d7
No known key found for this signature in database
GPG Key ID: DBB67C246AD356C4
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ module Licensee
titles = licenses.map(&:title_regex)
# Title regex must include the version to support matching within
# families, but for sake of normilization, we can be less strict
# families, but for sake of normalization, we can be less strict
without_versions = licenses.map do |license|
next if license.title == license.name_without_version
Regexp.new Regexp.escape(license.name_without_version), 'i'