From 6a4d37f189aa21962cc901592c72c85df4fdc3a2 Mon Sep 17 00:00:00 2001 From: Dana Robinson <43805+derobins@users.noreply.github.com> Date: Thu, 14 Apr 2022 10:35:54 -0700 Subject: Fixes a typo in H5.c (#1639) --- src/H5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v0.12