diff --git a/src/h5core/h5_openclose.c b/src/h5core/h5_openclose.c index d6fae48..9b72a16 100644 --- a/src/h5core/h5_openclose.c +++ b/src/h5core/h5_openclose.c @@ -262,7 +262,7 @@ h5_set_prop_file_core_vfd ( props->flags |= H5_VFD_MPIO_INDEPENDENT; props->comm = MPI_COMM_SELF; if (props->throttle > 0) { - h5_warn ("Throttling us not permitted with core VFD. Reset throttling."); + h5_warn ("Throttling is not permitted with core VFD. Reset throttling."); props->throttle = 0; } H5_CORE_API_RETURN (H5_SUCCESS);