Skip to content

Commit

Permalink
Sp.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendersonHDF committed Mar 29, 2024
1 parent a070c88 commit 9146034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5T.c
Original file line number Diff line number Diff line change
Expand Up @@ -5294,7 +5294,7 @@ H5T__init_path_table(void)
/* Sanity check */
if (0 != H5T_g.npaths)
HGOTO_ERROR(H5E_DATATYPE, H5E_ALREADYINIT, FAIL,
"datatype conversion path table is aleady initialized");
"datatype conversion path table is already initialized");

if (NULL == (H5T_g.path = H5MM_calloc(H5T_DEF_CONV_TABLE_SLOTS * sizeof(H5T_path_t *))))
HGOTO_ERROR(H5E_DATATYPE, H5E_CANTALLOC, FAIL,
Expand Down

0 comments on commit 9146034

Please sign in to comment.