summaryrefslogtreecommitdiffstats
path: root/testpar/t_subfiling_vfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'testpar/t_subfiling_vfd.c')
-rw-r--r--testpar/t_subfiling_vfd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/t_subfiling_vfd.c b/testpar/t_subfiling_vfd.c
index 501b8b8..a026d50 100644
--- a/testpar/t_subfiling_vfd.c
+++ b/testpar/t_subfiling_vfd.c
@@ -160,7 +160,7 @@ _get_subfiling_extension_info()
* Function: _populate_filepath
*
* Purpose: Given a directory name and a base name, concatenate the two and
- * run h5fixname() to get the "actual" path to the intented target.
+ * run h5fixname() to get the "actual" path to the intended target.
* `h5suffix' should be FALSE to keep the base name unaltered;
* TRUE will append the '.h5' h5suffix to the basename...
* FALSE -> h5fixname_no_suffix(), TRUE -> h5fixname()
@@ -1308,7 +1308,7 @@ create_subfiling_ioc_fapl(const char *_basename, struct subfilingtest_filenames
TEST_ERROR;
}
- /* Now we can set the SUBFILING fapl befor returning. */
+ /* Now we can set the SUBFILING fapl before returning. */
if (H5Pset_fapl_subfiling(ret_value, &subfiling_conf) == FAIL) {
TEST_ERROR;
}