diff --git a/examples/run_squad.py b/examples/run_squad.py index 2e478991bff..bb335ce75c9 100644 --- a/examples/run_squad.py +++ b/examples/run_squad.py @@ -657,8 +657,8 @@ def get_final_text(pred_text, orig_text, do_lower_case, verbose_logging=False): # # What we really want to return is "Steve Smith". # - # Therefore, we have to apply a semi-complicated alignment heruistic between - # `pred_text` and `orig_text` to get a character-to-charcter alignment. This + # Therefore, we have to apply a semi-complicated alignment heuristic between + # `pred_text` and `orig_text` to get a character-to-character alignment. This # can fail in certain cases in which case we just return `orig_text`. def _strip_spaces(text):