Skip to content

Commit

Permalink
Capitalize f in (HDFGroup#4766)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored and lrknox committed Aug 27, 2024
1 parent c5723db commit e5504ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5public.h
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ extern "C" {
* \details H5open() initializes the HDF5 library.
*
* \details When the HDF5 library is used in a C application, the library is
* automatically initialized when the first HDf5 function call is
* automatically initialized when the first HDF5 function call is
* issued. If one finds that an HDF5 library function is failing
* inexplicably, H5open() can be called first. It is safe to call
* H5open() before an application issues any other function calls to
Expand Down

0 comments on commit e5504ed

Please sign in to comment.