Skip to content

Commit

Permalink
Fix typo in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
segabor committed Dec 23, 2016
1 parent fe832c2 commit 3c46b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hunspell.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.summary = 'Ruby interface to hunspell spell checker'
s.email = '[email protected]'
s.homepage = 'https://github.com/segabor/Hunspell'
s.licence = 'LGPL-3.0'
s.license = 'LGPL-3.0'
s.description = <<__TEXT
Hunspell is an easy native Ruby interface to the famous Hunspell spell checker
library which is part of OpenOffice and Mozilla products. With this bundle
Expand Down

0 comments on commit 3c46b05

Please sign in to comment.