summaryrefslogtreecommitdiffstats
path: root/doxygen
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2022-01-19 15:41:56 (GMT)
committerGitHub <noreply@github.com>2022-01-19 15:41:56 (GMT)
commit5875cb94648b5b0b7a0923306b3084d373f1735f (patch)
tree58562552e1de458944465c7d990e6c655a8fee17 /doxygen
parente72e64b87b77bb1ba32642528f19db1217869547 (diff)
downloadhdf5-inactive/selection_io_with_subfiling_vfd.zip
hdf5-inactive/selection_io_with_subfiling_vfd.tar.gz
hdf5-inactive/selection_io_with_subfiling_vfd.tar.bz2
spelling corrections (#1382)inactive/selection_io_with_subfiling_vfd
* spelling correction
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/examples/DebuggingHDF5Applications.html2
-rw-r--r--doxygen/examples/Filters.html8
2 files changed, 5 insertions, 5 deletions
diff --git a/doxygen/examples/DebuggingHDF5Applications.html b/doxygen/examples/DebuggingHDF5Applications.html
index c6aaf74..3390887 100644
--- a/doxygen/examples/DebuggingHDF5Applications.html
+++ b/doxygen/examples/DebuggingHDF5Applications.html
@@ -173,7 +173,7 @@ IOT Trap, core dumped.
<tr>
<td align="center">mm</td>
<td align="center">Yes</td>
- <td>Library memory managment</td>
+ <td>Library memory management</td>
</tr>
<tr>
<td align="center">o</td>
diff --git a/doxygen/examples/Filters.html b/doxygen/examples/Filters.html
index 2d5bc5e..7054a3b 100644
--- a/doxygen/examples/Filters.html
+++ b/doxygen/examples/Filters.html
@@ -54,7 +54,7 @@
<p>Two types of filters can be applied to raw data I/O: permanent
filters and transient filters. The permanent filter pipeline is
- defned when the dataset is created while the transient pipeline
+ defined when the dataset is created while the transient pipeline
is defined for each I/O operation. During an
<code>H5Dwrite()</code> the transient filters are applied first
in the order defined and then the permanent filters are applied
@@ -211,7 +211,7 @@
should be turned on so such cases can be handled gracefully by
storing the original data instead of the compressed data. The
<em>cd_nvalues</em> should be one with <em>cd_value[0]</em>
- being a compression agression level between zero and nine,
+ being a compression aggression level between zero and nine,
inclusive (zero is the fastest compression while nine results in
the best compression ratio).
@@ -252,7 +252,7 @@
</p><p>The function that acts as the filter always returns zero
(failure) if the <code>md5()</code> function was not detected at
- configuration time (left as an excercise for the reader).
+ configuration time (left as an exercise for the reader).
Otherwise the function is broken down to an input and output
half. The output half calculates a checksum, increases the size
of the output buffer if necessary, and appends the checksum to
@@ -374,7 +374,7 @@
<tr valign="top">
<td>Method</td>
<td>This is the name of the method as defined with
- <code>H5Zregister()</code> with the charaters
+ <code>H5Zregister()</code> with the characters
"&lt; or "&gt;" prepended to indicate
input or output.</td>
</tr>