diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2013-08-02 21:31:01 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2013-08-02 21:31:01 (GMT) |
commit | cdef147e6e93a7ce0396b528ef4548948065252d (patch) | |
tree | 5b26c3d23167a8e3fe06a685b4cf642b054d4075 /tools/h5repack/h5repack_parse.c | |
parent | 548f8597492e991b5d6db51c02c2098f74752c55 (diff) | |
download | hdf5-cdef147e6e93a7ce0396b528ef4548948065252d.zip hdf5-cdef147e6e93a7ce0396b528ef4548948065252d.tar.gz hdf5-cdef147e6e93a7ce0396b528ef4548948065252d.tar.bz2 |
[svn-r23965] Corrected "continuous" layout to "contiguous" in h5repack -h output and comment.
Jira issue HDFFV-8493.
No test - text only change.
Diffstat (limited to 'tools/h5repack/h5repack_parse.c')
-rw-r--r-- | tools/h5repack/h5repack_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_parse.c b/tools/h5repack/h5repack_parse.c index 70eadd2..9f798e9 100644 --- a/tools/h5repack/h5repack_parse.c +++ b/tools/h5repack/h5repack_parse.c @@ -460,7 +460,7 @@ obj_list_t* parse_filter(const char *str, * chunked. NULL, on error * the layout type can be: * CHUNK, to apply chunking layout - * CONTI, to apply continuous layout + * CONTI, to apply contiguous layout * COMPA, to apply compact layout * * Example: |