Skip to content

Commit

Permalink
Fix Klingon pIqaD typo in enum
Browse files Browse the repository at this point in the history
  • Loading branch information
ayanonagon committed Jan 3, 2015
1 parent 102dcac commit 60fe99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Polyglot/Polyglot.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public enum Language: String {
case Italian = "it"
case Japanese = "ja"
case Klingon = "tlh"
case KlingonPlqad = "tlh-Qaak"
case KlingonPiqad = "tlh-Qaak"
case Korean = "ko"
case Latvian = "lv"
case Lithuanian = "lt"
Expand Down

0 comments on commit 60fe99f

Please sign in to comment.