From 43bc72b7d0fa58804623d7a8719447f0c3e3f104 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 12 Feb 2016 17:31:47 +0100 Subject: [PATCH] src/h5core/h5_openclose.c: - typo fixed --- src/h5core/h5_openclose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);