summaryrefslogtreecommitdiffstats
path: root/src/H5Z.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-08-21 20:41:12 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-08-21 20:41:12 (GMT)
commitc6e35f6abd381583d3686525b1cd4fdca9eaeded (patch)
tree895403fcae846f57487b387c9f9de90c3f25c6f2 /src/H5Z.c
parentf8a796ebfc24c8f5f2c2c4f592234deb2b225c09 (diff)
downloadhdf5-c6e35f6abd381583d3686525b1cd4fdca9eaeded.zip
hdf5-c6e35f6abd381583d3686525b1cd4fdca9eaeded.tar.gz
hdf5-c6e35f6abd381583d3686525b1cd4fdca9eaeded.tar.bz2
[svn-r15512] Description:
Fix a few typos introduced in r15510. Tested on: Mac OS X/32 10.5.4 (amazon) More testing upcoming
Diffstat (limited to 'src/H5Z.c')
-rw-r--r--src/H5Z.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Z.c b/src/H5Z.c
index af2849a..0a3a8c2 100644
--- a/src/H5Z.c
+++ b/src/H5Z.c
@@ -518,7 +518,7 @@ H5Z_prelude_callback(hid_t dcpl_id, hid_t type_id, H5Z_prelude_type_t prelude_ty
HGOTO_ERROR(H5E_DATASPACE, H5E_CANTCREATE, FAIL, "can't create simple dataspace")
/* Get ID for dataspace to pass to filter routines */
- if((space_id = H5I_register(H5I_DATASPACE, space, FALE)) < 0) {
+ if((space_id = H5I_register(H5I_DATASPACE, space, FALSE)) < 0) {
(void)H5S_close(space);
HGOTO_ERROR(H5E_ATOM, H5E_CANTREGISTER, FAIL, "unable to register dataspace ID")
} /* end if */