From 439024de91c0b0a53363a13a3dd54740c280b86b Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 27 Sep 2024 11:54:32 -0500 Subject: [PATCH] Fixe speeling eror Signed-off-by: Quincey Koziol --- src/H5VLnative.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5VLnative.c b/src/H5VLnative.c index 256ef054c11..3a360713ee6 100644 --- a/src/H5VLnative.c +++ b/src/H5VLnative.c @@ -228,7 +228,7 @@ H5VL__native_unregister(void) { FUNC_ENTER_PACKAGE_NOERR - /* Reset VOL conector info */ + /* Reset VOL connector info */ H5VL_NATIVE_g = H5I_INVALID_HID; H5VL_NATIVE_conn_g = NULL;