From bdc347dea1c345e0fe6fbee33942d414eede5e13 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 5 Aug 2024 14:42:18 -0700 Subject: [PATCH] Fix a spelling error in ChangeLog dos1unix->dos2unix modified: ChangeLog --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 797a540..e2ccfd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -66,7 +66,7 @@ modified: Makefile.am Altering all the test script to use testdiff.py instead - of ordinary diff. So dos1unix is no longer needed + of ordinary diff. So dos2unix is no longer needed as python takes care of the special Windows line endings. modified: test001.sh modified: test002.sh