Skip to content

Commit

Permalink
chore: fix typo (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed May 30, 2023
1 parent e5e0e9d commit 4262cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vol_dataset_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -7936,7 +7936,7 @@ test_dataset_set_extent_chunked_unlimited(void)

if (H5Sget_simple_extent_dims(fspace_id, new_dims, NULL) < 0) {
H5_FAILED();
HDprintf(" failed to retreive dataset dimensionality\n");
HDprintf(" failed to retrieve dataset dimensionality\n");
goto error;
}

Expand Down

0 comments on commit 4262cc4

Please sign in to comment.