From c13fd2ffdd795d8fab9a912936fe91c4c1d7935d Mon Sep 17 00:00:00 2001 From: Matthew Larson Date: Wed, 29 May 2024 10:15:21 -0500 Subject: [PATCH] Fix typo in MPI info prop callback --- src/H5Pfapl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c index 4799ee41607..8f9d246dba4 100644 --- a/src/H5Pfapl.c +++ b/src/H5Pfapl.c @@ -5468,7 +5468,7 @@ H5P__facc_mpi_info_set(hid_t H5_ATTR_UNUSED prop_id, const char H5_ATTR_UNUSED * /*------------------------------------------------------------------------- * Function: H5P__facc_mpi_info_get * - * Purpose: Copies an MPI comminicator property when it's retrieved from a property list + * Purpose: Copies an MPI info object property when it's retrieved from a property list * * Return: Success: Non-negative * Failure: Negative