From 9e86385bb97a2dd8abd14ba122ccba38d9dcab4a Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Mon, 21 Aug 2023 19:04:49 -0500 Subject: [PATCH] chore: fix typo --- testpar/t_dset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testpar/t_dset.c b/testpar/t_dset.c index b75b6aefa97..d8f9e9d92e4 100644 --- a/testpar/t_dset.c +++ b/testpar/t_dset.c @@ -3424,7 +3424,7 @@ actual_io_mode_tests(void) * Test for Compact layout as the cause of breaking collective I/O. * * TEST_NOT_CONTIGUOUS_OR_CHUNKED_DATASET_EXTERNAL: - * Test for Externl-File storage as the cause of breaking collective I/O. + * Test for External-File storage as the cause of breaking collective I/O. * */ #define FILE_EXTERNAL "nocolcause_extern.data"