diff options
Diffstat (limited to 'test/mirror_vfd.c')
-rw-r--r-- | test/mirror_vfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mirror_vfd.c b/test/mirror_vfd.c index 3556cd2..7047146 100644 --- a/test/mirror_vfd.c +++ b/test/mirror_vfd.c @@ -128,7 +128,7 @@ mybzero(void *dest, size_t size) * 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() |