diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-08-27 15:39:24 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-08-27 15:39:24 (GMT) |
commit | d78821d6196c6bd19e66a6bfb86c1a9232e4f9ec (patch) | |
tree | 5b2733eb0a992ff8b289f644398b65d412e5596e /tools/h5repack/h5repack.h | |
parent | 7d451b6fbc585bfaa4007aa69da08392625d8c5d (diff) | |
download | hdf5-d78821d6196c6bd19e66a6bfb86c1a9232e4f9ec.zip hdf5-d78821d6196c6bd19e66a6bfb86c1a9232e4f9ec.tar.gz hdf5-d78821d6196c6bd19e66a6bfb86c1a9232e4f9ec.tar.bz2 |
[svn-r15547] fix typos
tested: linux
Diffstat (limited to 'tools/h5repack/h5repack.h')
-rw-r--r-- | tools/h5repack/h5repack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack.h b/tools/h5repack/h5repack.h index 42b9bbc..e67bb97 100644 --- a/tools/h5repack/h5repack.h +++ b/tools/h5repack/h5repack.h @@ -104,7 +104,7 @@ typedef struct { int latest; /*pack file with the latest file format */ int grp_compact; /* Set the maximum number of links to store as header messages in the group */ int grp_indexed; /* Set the minimum number of links to store in the indexed format */ - int msg_size[8]; /* Minumum size of shared messages: dataspace, + int msg_size[8]; /* Minimum size of shared messages: dataspace, datatype, fill value, filter pipleline, attribute */ const char *ublock_filename; /* user block file name */ int ublock_size; /* user block size */ |