diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-05-25 22:12:09 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-05-25 22:12:09 (GMT) |
commit | 3eff1a1dfbfc0646168974f9431e93585573dc1d (patch) | |
tree | ec0705a5acb74d2b6784772eb3a494d5eb441b32 /hl | |
parent | a94ac4a3f082d6cf745dc9a2171b31928aec1204 (diff) | |
download | hdf5-3eff1a1dfbfc0646168974f9431e93585573dc1d.zip hdf5-3eff1a1dfbfc0646168974f9431e93585573dc1d.tar.gz hdf5-3eff1a1dfbfc0646168974f9431e93585573dc1d.tar.bz2 |
[svn-r10801] Purpose:
Typo correction
Description:
Caught a very minor typo in test output. Fixed it.
Platforms tested:
None; cosmetic change.
Diffstat (limited to 'hl')
-rw-r--r-- | hl/test/test_packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/test_packet.c b/hl/test/test_packet.c index 0593579..38e1bc4 100644 --- a/hl/test/test_packet.c +++ b/hl/test/test_packet.c @@ -173,7 +173,7 @@ int test_create_close(hid_t fid) hid_t table; hid_t part_t; - TESTING("H5PTcreate_fl and H5TBclose"); + TESTING("H5PTcreate_fl and H5PTclose"); /* Create a datatype for the particle struct */ part_t = make_particle_type(); |