Skip to content

Commit

Permalink
Fixe speeling eror
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Sep 23, 2024
1 parent fa1207c commit 65656f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5Ocopy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ H5O__copy_search_comm_dt(H5F_t *file_src, H5O_t *oh_src, H5O_loc_t *oloc_dst /*i

/* Find the object */
if (H5G_loc_exists(&dst_root_loc, suggestion->path, &exists /*out*/) < 0)
HGOTO_ERROR(H5E_OHDR, H5E_CANTFIND, FAIL, "can't check object's existance");
HGOTO_ERROR(H5E_OHDR, H5E_CANTFIND, FAIL, "can't check object's existence");

if (exists) {
/* Retrieve the object location info */
Expand Down

0 comments on commit 65656f8

Please sign in to comment.