summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2009-04-01 19:04:02 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2009-04-01 19:04:02 (GMT)
commit604a7a7ac2f49750cd48fd7259ebe33094f1316c (patch)
tree594098536df6992634df5def50baeec994b81adc
parenta9749a53ed92f25a9490566f0920916eec50abb8 (diff)
downloadhdf5-604a7a7ac2f49750cd48fd7259ebe33094f1316c.zip
hdf5-604a7a7ac2f49750cd48fd7259ebe33094f1316c.tar.gz
hdf5-604a7a7ac2f49750cd48fd7259ebe33094f1316c.tar.bz2
[svn-r16648] fix typo
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8081162..d066171 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -98,7 +98,7 @@ Bug Fixes since HDF5-1.6.8 Release
-----
- h5dump, h5diff, h5repack were not reading (by hyperslabs) datasets
that have a datatype datum size greater than H5TOOLS_BUFSIZE, a
- constant define as 1024Kb, such as array types with large
+ constant defined as 1024Kb, such as array types with large
dimensions. PVN - 2009/4/1 - 1501
- h5import: By selecting a compression type, a big endian byte order was being
selected. PVN - 2009/3/11 - 1462