diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-12-04 22:57:37 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-12-04 22:57:37 (GMT) |
commit | 17d148434fff055a2e22c6ac715c7ecff536a5c3 (patch) | |
tree | f733ce2364a90fd377755d5fa2c236c6716c62dd /c++ | |
parent | 8105ca7f9634f6b25b7bfa7172497c291b9dec9f (diff) | |
download | hdf5-17d148434fff055a2e22c6ac715c7ecff536a5c3.zip hdf5-17d148434fff055a2e22c6ac715c7ecff536a5c3.tar.gz hdf5-17d148434fff055a2e22c6ac715c7ecff536a5c3.tar.bz2 |
Fixed typo.
Diffstat (limited to 'c++')
-rw-r--r-- | c++/test/tcompound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/tcompound.cpp b/c++/test/tcompound.cpp index 55d4744..ec8adf0 100644 --- a/c++/test/tcompound.cpp +++ b/c++/test/tcompound.cpp @@ -821,7 +821,7 @@ void test_compound() * * Purpose Cleanup temporary test files - nothing at this time. * - * Return none + * Return None *------------------------------------------------------------------------- */ extern "C" |