From 81d67d5fdcba0dbc2b179798170f435e7becc8e2 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 30 Nov 2018 15:00:38 -0600 Subject: Fix typo --- src/H5Tdeprec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Tdeprec.c b/src/H5Tdeprec.c index 9bd5ddd..6ee0cd7 100644 --- a/src/H5Tdeprec.c +++ b/src/H5Tdeprec.c @@ -147,7 +147,7 @@ H5Tcommit1(hid_t loc_id, const char *name, hid_t type_id) new_obj->connector->nrefs ++; new_obj->data = data; - /* Set the committed type object to the VOL connectorg pointer in the H5T_t struct */ + /* Set the committed type object to the VOL connector pointer in the H5T_t struct */ dt->vol_obj = new_obj; done: -- cgit v0.12