damn it, typo

unstable
sinn3r 2012-12-13 12:44:15 -06:00
parent d8b78868c9
commit 438c18472e
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ class Msftidy
next next
elsif %w{and or the for via to}.include?(word) elsif %w{and or the for via to}.include?(word)
next next
elsif word[0, 1] == word[0, 1].capitalize elsif word[0, 1] != word[0, 1].capitalize
warn("Improper capitalization in module title: '#{word}...'") warn("Improper capitalization in module title: '#{word}...'")
end end
end end