From 44b78d0bf474a5a43b89f70756332c16a295bb93 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Sun, 24 Mar 2024 23:13:04 -0700 Subject: [PATCH] Fix spelling --- src/H5Tcommit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Tcommit.c b/src/H5Tcommit.c index 9d7893b086c..2e23764fa7a 100644 --- a/src/H5Tcommit.c +++ b/src/H5Tcommit.c @@ -534,7 +534,7 @@ H5T__commit(H5F_t *file, H5T_t *type, hid_t tcpl_id) if (ohdr_created) { H5O_loc_t *oloc_ptr; /* Pointer to object header location */ - /* Point at correct object header location, depending on state when failure occured */ + /* Point at correct object header location, depending on state when failure occurred */ if (loc_init) oloc_ptr = &temp_oloc; else