Skip to content

Commit

Permalink
Corrected typo on parser.rb:79
Browse files Browse the repository at this point in the history
:%s/exisiting/existing
  • Loading branch information
Caitlin Potter committed Feb 28, 2013
1 parent 440856a commit cdfca22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/copyright_header/parser.rb
Expand Up @@ -76,7 +76,7 @@ def format(license)

def add(license)
if has_copyright?
raise ExistingLicenseException.new("detected exisiting license")
raise ExistingLicenseException.new("detected existing license")
end

copyright = self.format(license)
Expand Down

0 comments on commit cdfca22

Please sign in to comment.