Fixes a typo in H5.c (#1639)

This commit is contained in:
Dana Robinson 2022-04-14 10:35:54 -07:00 committed by GitHub
parent ab69f5df77
commit 6a4d37f189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,7 +229,7 @@ H5_init_library(void)
* Install atexit() library cleanup routines unless the H5dont_atexit()
* has been called. Once we add something to the atexit() list it stays
* there permanently, so we set H5_dont_atexit_g after we add it to prevent
* adding it again later if the library is cosed and reopened.
* adding it again later if the library is closed and reopened.
*/
if (!H5_dont_atexit_g) {