summaryrefslogtreecommitdiffstats
path: root/src/H5Lint.c
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2022-08-10 16:03:22 (GMT)
committerGitHub <noreply@github.com>2022-08-10 16:03:22 (GMT)
commit36ae75fb9304a6923ac094969ab33286179efdca (patch)
tree2b00992fe1b5344fb667cc8a7aece141dfce5b98 /src/H5Lint.c
parent6c5b5e07590647568b63f7889a7b6fae76277b34 (diff)
downloadhdf5-36ae75fb9304a6923ac094969ab33286179efdca.zip
hdf5-36ae75fb9304a6923ac094969ab33286179efdca.tar.gz
hdf5-36ae75fb9304a6923ac094969ab33286179efdca.tar.bz2
Fix typos found in src/ subdirectory (#1983)
Found via `codespell -q 3 -S ./release_docs,./bin/trace,./hl/tools/h5watch/h5watch.c,./tools/test/h5jam/tellub.c -L isnt,inout,nd,parms,parm,ba,offsetP,ser,ois,had,fiter,fo,clude,refere,minnum,offsetp,creat,ans:,eiter,lastr,ans,isn\'t,ifset,sur,trun,dne,tthe,hda,filname,te,htmp,minnum,ake,gord,numer,ro,oce`
Diffstat (limited to 'src/H5Lint.c')
-rw-r--r--src/H5Lint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Lint.c b/src/H5Lint.c
index 9deb3a4..3309877 100644
--- a/src/H5Lint.c
+++ b/src/H5Lint.c
@@ -1703,7 +1703,7 @@ H5L__exists_inter_cb(H5G_loc_t H5_ATTR_UNUSED *grp_loc /*in*/, const char H5_ATT
if (lnk != NULL) {
/* Check for more components to the path */
if (udata->sep) {
- H5G_traverse_t cb_func; /* Callback function for tranversal */
+ H5G_traverse_t cb_func; /* Callback function for traversal */
char *next; /* Pointer to next component name */
/* Look for another separator */
@@ -1754,7 +1754,7 @@ herr_t
H5L_exists_tolerant(const H5G_loc_t *loc, const char *name, hbool_t *exists)
{
H5L_trav_le_t udata; /* User data for traversal */
- H5G_traverse_t cb_func; /* Callback function for tranversal */
+ H5G_traverse_t cb_func; /* Callback function for traversal */
char *name_copy = NULL; /* Duplicate of name */
char *name_trav; /* Name to traverse */
herr_t ret_value = SUCCEED; /* Return value */