summaryrefslogtreecommitdiffstats
path: root/src/H5Pocpypl.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-05-19 16:05:23 (GMT)
committerGitHub <noreply@github.com>2023-05-19 16:05:23 (GMT)
commit5c2e434dc630d6e333aa4118c20d67b80df2173d (patch)
tree12871ee75fc10e44c96e2bbe3ce072b6fae070a6 /src/H5Pocpypl.c
parentd7cb8aca5b4d07f9d04cd5aba618d4ec4dda7ac2 (diff)
downloadhdf5-5c2e434dc630d6e333aa4118c20d67b80df2173d.zip
hdf5-5c2e434dc630d6e333aa4118c20d67b80df2173d.tar.gz
hdf5-5c2e434dc630d6e333aa4118c20d67b80df2173d.tar.bz2
Fix 'datatype' misspellings ('dataype') (#2984)
Diffstat (limited to 'src/H5Pocpypl.c')
-rw-r--r--src/H5Pocpypl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Pocpypl.c b/src/H5Pocpypl.c
index 94e0a12..98c9d8a 100644
--- a/src/H5Pocpypl.c
+++ b/src/H5Pocpypl.c
@@ -706,7 +706,7 @@ done:
* target file when merging committed datatypes during H5Ocopy
* (i.e. when using the H5O_COPY_MERGE_COMMITTED_DTYPE_FLAG flag
* as set by H5Pset_copy_object). If the source named
- * dataype is not found in the list of paths created by this
+ * datatype is not found in the list of paths created by this
* function, the entire file will be searched.
*
* Usage: H5Padd_merge_committed_dtype_path(plist_id, path)