From ac04b8698f15787cc8676acaa389a2ee16a6be95 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Wed, 13 Nov 2024 22:04:44 -0600 Subject: [PATCH] Fix typo masquarading (#5093) --- bin/h5cc.in | 2 +- c++/src/h5c++.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/h5cc.in b/bin/h5cc.in index cced614eca..a9162889b3 100644 --- a/bin/h5cc.in +++ b/bin/h5cc.in @@ -178,7 +178,7 @@ case "$CC" in kind="gcc" ;; mpicc|mpcc|mpicc_r) - # Is this gcc masquarading as an MPI compiler? + # Is this gcc masquerading as an MPI compiler? if test "`${CC} -v 2>&1 | sed -n 2p | cut -c1-3`" = "gcc"; then kind="gcc" else diff --git a/c++/src/h5c++.in b/c++/src/h5c++.in index 8b6492ed06..4f20d23fa7 100644 --- a/c++/src/h5c++.in +++ b/c++/src/h5c++.in @@ -174,7 +174,7 @@ case "$CXX" in kind="gcc" ;; mpicc|mpcc|mpicc_r) - # Is this gcc masquarading as an MPI compiler? + # Is this gcc masquerading as an MPI compiler? if test "`${CXX} -v 2>&1 | sed -n 2p | cut -c1-3`" = "gcc"; then kind="gcc" else