summaryrefslogtreecommitdiffstats
path: root/java/src/hdf/hdf5lib/package-info.java
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 /java/src/hdf/hdf5lib/package-info.java
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 'java/src/hdf/hdf5lib/package-info.java')
-rw-r--r--java/src/hdf/hdf5lib/package-info.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/hdf/hdf5lib/package-info.java b/java/src/hdf/hdf5lib/package-info.java
index 3817f97..2863f5a 100644
--- a/java/src/hdf/hdf5lib/package-info.java
+++ b/java/src/hdf/hdf5lib/package-info.java
@@ -114,7 +114,7 @@
* disk (source) and in memory (destination).
* <p>
* For Java, this ``ANY'' is a problem, as the type of data must always be declared. Furthermore, multidimensional
- * arrays are definitely <i>not</i> layed out contiguously in memory. It would be infeasible to declare a separate
+ * arrays are definitely <i>not</i> laid out contiguously in memory. It would be infeasible to declare a separate
* routine for every combination of number type and dimensionality. For that reason, the
* <a href="./hdf.hdf5lib.HDFArray.html"><b>HDFArray</b></a> class is used to discover the type, shape, and size of the
* data array at run time, and to convert to and from a contiguous array of bytes in synchronized static native C order.