From 0cabed1ab371ee81427bb15eabe0270026dfd613 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Mon, 18 Nov 2024 07:47:54 -0600 Subject: [PATCH] Fix typo (#5125) --- test/farray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/farray.c b/test/farray.c index 5751ffca25..39d9050a2e 100644 --- a/test/farray.c +++ b/test/farray.c @@ -1749,7 +1749,7 @@ main(void) "skipping to last element"); /* Create Fixed Array */ - /* MAX_NELMTS succeeds on some platforms buy may fail on others: + /* MAX_NELMTS succeeds on some platforms but may fail on others: * * "H5FD_sec2_truncate(): unable to extend file properly" *