Skip to content

Commit 593c04d

Browse files
committed
Update filename for typos file
1 parent 7d78f78 commit 593c04d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

am-shared/docs-dir-include.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ report.json: spell-tests.tsv $(top_builddir)/tools/spellcheckers/$(GTLANG2).zhfs
3939
$(AM_V_GEN)$(DIVVUN_ACCURACY) $< $(top_builddir)/tools/spellcheckers/$(GTLANG2).zhfst -o $@
4040

4141
spell-tests.tsv:
42-
$(AM_V_GEN)cut -f 1,2 `find $(top_srcdir) -name typos.txt` |\
42+
$(AM_V_GEN)cut -f 1,2 `find $(top_srcdir) -name typos.tsv` |\
4343
egrep -v '^#' > $@
4444

4545
else

0 commit comments

Comments
 (0)