diff options
author | Frank Baker <fbaker@hdfgroup.org> | 1998-09-16 13:57:56 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 1998-09-16 13:57:56 (GMT) |
commit | 929051eae4df1ea209a73c56c39a1bdd5fc2432a (patch) | |
tree | a39e02245d2b5583b93231bf0e561b1fd924aba2 /examples/h5_attribute.c | |
parent | f7b0fee6effa11cfc57d0cd40d16da470096c140 (diff) | |
download | hdf5-929051eae4df1ea209a73c56c39a1bdd5fc2432a.zip hdf5-929051eae4df1ea209a73c56c39a1bdd5fc2432a.tar.gz hdf5-929051eae4df1ea209a73c56c39a1bdd5fc2432a.tar.bz2 |
[svn-r702] Spelling corrections in comments. No changes to code.
Diffstat (limited to 'examples/h5_attribute.c')
-rw-r--r-- | examples/h5_attribute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_attribute.c b/examples/h5_attribute.c index d218de5..6cc1c9a 100644 --- a/examples/h5_attribute.c +++ b/examples/h5_attribute.c @@ -126,7 +126,7 @@ main (void) ret = H5Awrite(attr3, atype, string); /* - * Close attribute and file datapsaces. + * Close attribute and file dataspaces. */ ret = H5Sclose(aid1); ret = H5Sclose(aid2); |