diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-08-28 17:08:06 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-08-28 17:08:06 (GMT) |
commit | ff13ed67a9ce20e5f598bd46cd6dd544b5237e22 (patch) | |
tree | d98c4c33920bf9fe44da8c0339a27fe36bc24ea9 /java/examples | |
parent | 27af9a7922550a71a2e9d2b9f6a9f60aef0b4dda (diff) | |
download | hdf5-ff13ed67a9ce20e5f598bd46cd6dd544b5237e22.zip hdf5-ff13ed67a9ce20e5f598bd46cd6dd544b5237e22.tar.gz hdf5-ff13ed67a9ce20e5f598bd46cd6dd544b5237e22.tar.bz2 |
Fix typo
Diffstat (limited to 'java/examples')
-rw-r--r-- | java/examples/groups/JavaGroupExample.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/examples/groups/JavaGroupExample.sh.in b/java/examples/groups/JavaGroupExample.sh.in index a4d3959..0e2d002 100644 --- a/java/examples/groups/JavaGroupExample.sh.in +++ b/java/examples/groups/JavaGroupExample.sh.in @@ -369,7 +369,7 @@ fi # Clean up temporary files/directories CLEAN_LIBFILES_AND_BLDLIBDIR CLEAN_DATAFILES_AND_BLDDIR -CLEAN_REFFILES_AND_BLDITERDIR +CLEAN_ITERFILES_AND_BLDITERDIR # Report test results and exit if test $nerrors -eq 0 ; then |