From 227d7d927b30a133b3819b051e75c8c44c91b753 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Tue, 4 Jan 2022 10:59:54 -0600 Subject: Fix typo. (#1301) If the are -> If they are --- src/H5Dio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Dio.c b/src/H5Dio.c index 1a71ce2..1ea3f07 100644 --- a/src/H5Dio.c +++ b/src/H5Dio.c @@ -165,7 +165,7 @@ H5D__read(H5D_t *dataset, hid_t mem_type_id, H5S_t *mem_space, H5S_t *file_space * difficulties with the notion. * * To solve this, we check to see if H5S_select_shape_same() returns true, - * and if the ranks of the mem and file spaces are different. If the are, + * and if the ranks of the mem and file spaces are different. If they are, * construct a new mem space that is equivalent to the old mem space, and * use that instead. * -- cgit v0.12