diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-04-14 17:35:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 17:35:54 (GMT) |
commit | 6a4d37f189aa21962cc901592c72c85df4fdc3a2 (patch) | |
tree | f228e3619eb081fe3b306db6faaae8dee7d70470 /src | |
parent | ab69f5df770ee3cc6cd6c81d905a5317b894a002 (diff) | |
download | hdf5-6a4d37f189aa21962cc901592c72c85df4fdc3a2.zip hdf5-6a4d37f189aa21962cc901592c72c85df4fdc3a2.tar.gz hdf5-6a4d37f189aa21962cc901592c72c85df4fdc3a2.tar.bz2 |
Fixes a typo in H5.c (#1639)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |