diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-10-04 09:55:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 09:55:15 (GMT) |
commit | 069688c3faf01607a9a7a1ddb8f26961d8b993a7 (patch) | |
tree | a6a8141136a17ab8ae0a62a9d8b60ea5fcea5ab1 /java | |
parent | c423e74fbfbfe84497210e5b15db20bee8c84c3c (diff) | |
download | hdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.zip hdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.tar.gz hdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.tar.bz2 |
Fix spelling (#3633)
Diffstat (limited to 'java')
-rw-r--r-- | java/src/hdf/hdf5lib/H5.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java index 78ce2a0..1ad1eeb 100644 --- a/java/src/hdf/hdf5lib/H5.java +++ b/java/src/hdf/hdf5lib/H5.java @@ -9404,7 +9404,7 @@ public class H5 implements java.io.Serializable { /** * @ingroup JH5P * - * H5Pset_sieve_buf_size Sets the maximum size of the data seive buffer used for file + * H5Pset_sieve_buf_size Sets the maximum size of the data sieve buffer used for file * drivers which are capable of using data sieving. The data sieve * buffer is used when performing I/O on datasets in the file. Using a * buffer which is large anough to hold several pieces of the dataset @@ -9418,7 +9418,7 @@ public class H5 implements java.io.Serializable { * @param fapl_id * IN: Identifier of property list to modify. * @param size - * IN: maximum size of the data seive buffer. + * IN: maximum size of the data sieve buffer. * * @exception HDF5LibraryException * Error from the HDF5 Library. |