diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-02-25 18:35:29 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-02-25 18:35:29 (GMT) |
commit | 04aad32e73c7b80cf6cf13e94def96bddbb1e68a (patch) | |
tree | 7f81a3669193d56d51aa6ccfb732220cee618ab2 /tools/h5repack/h5repack.c | |
parent | 0a33c38b7527185c148c9784dec122abfa086c86 (diff) | |
download | hdf5-04aad32e73c7b80cf6cf13e94def96bddbb1e68a.zip hdf5-04aad32e73c7b80cf6cf13e94def96bddbb1e68a.tar.gz hdf5-04aad32e73c7b80cf6cf13e94def96bddbb1e68a.tar.bz2 |
[svn-r14671] fix typo in comments and remove unused header mention
tested: linux
Diffstat (limited to 'tools/h5repack/h5repack.c')
-rw-r--r-- | tools/h5repack/h5repack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack.c b/tools/h5repack/h5repack.c index 954f3e7..febf7d7 100644 --- a/tools/h5repack/h5repack.c +++ b/tools/h5repack/h5repack.c @@ -45,7 +45,7 @@ static int have_request(pack_opt_t *options); * Purpose: locate all high-level HDF5 objects in the file * and compress/chunk them using options * - * Algorythm: 2 traversals are made to the file; the 1st builds a list of + * Algorithm: 2 traversals are made to the file; the 1st builds a list of * the objects, the 2nd makes a copy of them, using the options; * the reason for the 1st traversal is to check for invalid * object name requests |