Fixed typos

This commit is contained in:
Pascal Borreli
2013-03-03 21:26:31 +00:00
parent 983a3e6073
commit 70eafb2ffc
8 changed files with 14 additions and 14 deletions

View File

@@ -322,7 +322,7 @@ class TestLanguage < Test::Unit::TestCase
assert_equal '.t', Language['Turing'].primary_extension
assert_equal '.ts', Language['TypeScript'].primary_extension
# This is a nasty requirement, but theres some code in GitHub that
# This is a nasty requirement, but there's some code in GitHub that
# expects this. Really want to drop this.
Language.all.each do |language|
assert language.primary_extension, "#{language} has no primary extension"