summaryrefslogtreecommitdiffstats
path: root/doxygen/dox
diff options
context:
space:
mode:
authorMark Kittisopikul <mkitti@users.noreply.github.com>2023-03-08 20:42:47 (GMT)
committerGitHub <noreply@github.com>2023-03-08 20:42:47 (GMT)
commit5d3d43b1ee8db30e8e04705eb529e09e992cf922 (patch)
treec4f62b1499d6cc77e8c57a751472d8ca51fde9c0 /doxygen/dox
parent7b833f04b5146bdad339ff10d42aadc416fb2f00 (diff)
downloadhdf5-5d3d43b1ee8db30e8e04705eb529e09e992cf922.zip
hdf5-5d3d43b1ee8db30e8e04705eb529e09e992cf922.tar.gz
hdf5-5d3d43b1ee8db30e8e04705eb529e09e992cf922.tar.bz2
Fix new codespell issues (#2521)
* Fix new codespell issues * Have codespell ignore ./config/sanitizer/sanitizers.cmake
Diffstat (limited to 'doxygen/dox')
-rw-r--r--doxygen/dox/LearnBasics2.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/dox/LearnBasics2.dox b/doxygen/dox/LearnBasics2.dox
index ffcb971..6f94c7f 100644
--- a/doxygen/dox/LearnBasics2.dox
+++ b/doxygen/dox/LearnBasics2.dox
@@ -906,7 +906,7 @@ can be used to obtain information about the selection.</li>
The dataset with the region references was read by #H5Dread with the #H5T_STD_REF_DSETREG datatype specified.
The read reference can be used to obtain the dataset identifier by calling #H5Rdereference or by obtaining
-obtain spacial information (dataspace and selection) with the call to #H5Rget_region.
+obtain spatial information (dataspace and selection) with the call to #H5Rget_region.
The reference to the dataset region has information for both the dataset itself and its selection. In both functions:
\li The first parameter is an identifier of the dataset with the region references.