diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2016-01-20 19:18:24 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2016-01-20 19:18:24 (GMT) |
commit | 8a60e4f1a4e301a99c9e1bc18de8b1db4745f5fa (patch) | |
tree | b5cc1fcfaf1f07f52688c7676692bb837e459ab7 /fortran/src | |
parent | b9763eee6dd6a81d2696faf430e0cf7f27281462 (diff) | |
download | hdf5-8a60e4f1a4e301a99c9e1bc18de8b1db4745f5fa.zip hdf5-8a60e4f1a4e301a99c9e1bc18de8b1db4745f5fa.tar.gz hdf5-8a60e4f1a4e301a99c9e1bc18de8b1db4745f5fa.tar.bz2 |
[svn-r28936] spelling correction
Diffstat (limited to 'fortran/src')
-rw-r--r-- | fortran/src/H5Sff.F90 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/H5Sff.F90 b/fortran/src/H5Sff.F90 index aeb3314..fd4226c 100644 --- a/fortran/src/H5Sff.F90 +++ b/fortran/src/H5Sff.F90 @@ -1232,7 +1232,7 @@ CONTAINS ENDIF ! Case of optional parameters. ! - ! Find the rank of the dataspace to allocate memery for + ! Find the rank of the dataspace to allocate memory for ! default stride and block arrays. ! CALL h5sget_simple_extent_ndims_f(space_id, rank, hdferr) @@ -1378,7 +1378,7 @@ CONTAINS ! endif ! Case of optional parameters. ! - ! Find the rank of the dataspace to allocate memery for + ! Find the rank of the dataspace to allocate memory for ! default stride and block arrays. ! ! CALL h5sget_simple_extent_ndims_f(space_id, rank, hdferr) |