Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a typo in VOL user's guide #4868

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/H5VLmodule.h
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
* } H5L_info2_t;
* \endcode
*
* <h4>H5Literate() and H5Lvisit() → H5Literte2() and H5Lvisit2()</h4>
* <h4>H5Literate() and H5Lvisit() → H5Literate2() and H5Lvisit2()</h4>
* The callback used in these API calls used the old #H5L_info_t struct, which used
* addresses instead of tokens. These callbacks were versioned in the C library and
* now take modified #H5L_iterate2_t callbacks which use the new token-based info
Expand Down
Loading