diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2007-04-30 05:57:08 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2007-04-30 05:57:08 (GMT) |
commit | c66c5a4c85d4e55630d03a53b83ebaf5c1cccb3e (patch) | |
tree | 143485828ac88a732241b2ed1fc471521410dbf6 /c++ | |
parent | a680d910cf68dd5ae04960d1ea1a5410a9e758f9 (diff) | |
download | hdf5-c66c5a4c85d4e55630d03a53b83ebaf5c1cccb3e.zip hdf5-c66c5a4c85d4e55630d03a53b83ebaf5c1cccb3e.tar.gz hdf5-c66c5a4c85d4e55630d03a53b83ebaf5c1cccb3e.tar.bz2 |
[svn-r13709] Purpose: Fixed typo (hdfgroup.org vs. hdfgroup.com)
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/H5CppDoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5CppDoc.h b/c++/src/H5CppDoc.h index 2789e34..2016e76 100644 --- a/c++/src/H5CppDoc.h +++ b/c++/src/H5CppDoc.h @@ -30,7 +30,7 @@ * It is assumed that the user has knowledge of the HDF5 file format * and its components. If you are not familiar with HDF5 file format, * and would like to find out more, please refer to the HDF5 documentation - * at http://hdfgroup.com/HDF5/doc/H5.intro.html + * at http://hdfgroup.org/HDF5/doc/H5.intro.html * * Because the HDF5 library maps very well to * the object oriented design approach, classes in the C++ API can |