summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-04-14 17:35:54 (GMT)
committerGitHub <noreply@github.com>2022-04-14 17:35:54 (GMT)
commit6a4d37f189aa21962cc901592c72c85df4fdc3a2 (patch)
treef228e3619eb081fe3b306db6faaae8dee7d70470 /src/H5.c
parentab69f5df770ee3cc6cd6c81d905a5317b894a002 (diff)
downloadhdf5-6a4d37f189aa21962cc901592c72c85df4fdc3a2.zip
hdf5-6a4d37f189aa21962cc901592c72c85df4fdc3a2.tar.gz
hdf5-6a4d37f189aa21962cc901592c72c85df4fdc3a2.tar.bz2
Fixes a typo in H5.c (#1639)
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5.c b/src/H5.c
index 7142234..3078140 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -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) {