diff --git a/polyglot/transliteration/base.py b/polyglot/transliteration/base.py index 5cab2c3..a0cb026 100644 --- a/polyglot/transliteration/base.py +++ b/polyglot/transliteration/base.py @@ -91,7 +91,7 @@ def translate_string(word): tmp_string_cost = best_string_cost[i - j] # Final cost value. # Things need to be considered: - # 1) Individual cost of tranliterating from piece to tar + # 1) Individual cost of transliterating from piece to tar # 2) Length of piece and tar # 3) Prefix of piece # 4) Prefix of tar