From ba98af5a318e386947d5a577dc31019f26802482 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 2 Jan 2020 07:14:05 +1100 Subject: [PATCH] Fix simple typo: tranliterating -> transliterating Closes #212 --- polyglot/transliteration/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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