Skip to content

Commit 5a9ae8d

Browse files
committed
fix spelling
1 parent 358500c commit 5a9ae8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

silnlp/nmt/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ def _report_extra_stats(self) -> None:
658658
if project_pair not in stats_df.index and filepath.stem not in ["corpus-stats", "tokenization_stats"]:
659659
project_count = ""
660660
if project_pair[1] == "":
661-
LOGGER.info(f"Project pair for {filepath} unclear. Some statisitcs may be missing.")
661+
LOGGER.info(f"Project pair for {filepath} unclear. Some statistics may be missing.")
662662
else:
663663
src_path = get_mt_corpus_path(project_pair[0])
664664
trg_path = get_mt_corpus_path(project_pair[1])
@@ -667,7 +667,7 @@ def _report_extra_stats(self) -> None:
667667
project_count = len(corpus.index)
668668
except:
669669
LOGGER.info(
670-
f"Original source or target project for {project_pair} not found. Some statisitcs may be missing."
670+
f"Original source or target project for {project_pair} not found. Some statistics may be missing."
671671
)
672672

673673
pair_stats = pd.read_csv(filepath)

0 commit comments

Comments
 (0)