[svn-r10801] Purpose:

Typo correction

Description:
Caught a very minor typo in test output.  Fixed it.

Platforms tested:
None; cosmetic change.
This commit is contained in:
James Laird 2005-05-25 17:12:09 -05:00
parent a94ac4a3f0
commit 3eff1a1dfb

View File

@ -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();