Skip to content

Commit

Permalink
Capitalize f in (#4766)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Aug 26, 2024
1 parent 00b0d3a commit 04bf2df
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 @@ -443,7 +443,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 04bf2df

Please sign in to comment.