diff options
Diffstat (limited to 'test/vfd_swmr_indep_rw_writer.c')
-rw-r--r-- | test/vfd_swmr_indep_rw_writer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr_indep_rw_writer.c b/test/vfd_swmr_indep_rw_writer.c index 5d1be50..c3572b6 100644 --- a/test/vfd_swmr_indep_rw_writer.c +++ b/test/vfd_swmr_indep_rw_writer.c @@ -492,7 +492,7 @@ open_dset(state_t *s) s->r_dsetid = dset_id; if (i == NUM_ATTEMPTS) { - HDfprintf(stderr, "dataset opening reachs the maximal number of attempts\n"); + HDfprintf(stderr, "dataset opening reaches the maximal number of attempts\n"); TEST_ERROR; } |