diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-04-07 13:16:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 13:16:24 (GMT) |
commit | 541bc15452f71f3eae7471fdecbe7994a7f138e2 (patch) | |
tree | 71f58ed5741addba26a8f3d783781e8b14cf7ce2 /fortran/src/h5fc.in | |
parent | 8da35c7bdf5059f3c8a2b0a64d5a0d815a7d7d46 (diff) | |
download | hdf5-541bc15452f71f3eae7471fdecbe7994a7f138e2.zip hdf5-541bc15452f71f3eae7471fdecbe7994a7f138e2.tar.gz hdf5-541bc15452f71f3eae7471fdecbe7994a7f138e2.tar.bz2 |
Normalize Fortran code with develop (#1600)
Diffstat (limited to 'fortran/src/h5fc.in')
-rw-r--r-- | fortran/src/h5fc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fortran/src/h5fc.in b/fortran/src/h5fc.in index a56d38d..661fde5 100644 --- a/fortran/src/h5fc.in +++ b/fortran/src/h5fc.in @@ -38,7 +38,7 @@ HL="@HL@" ## $FLINKER $FCFLAGS $H5BLD_FCFLAGS $F9XSUFFIXFLAG $LDFLAGS $LIBS ## ## $fmodules $link_objs $link_args $shared_link ## ## ## -## These settings can be overriden by setting HDF5_FCFLAGS, ## +## These settings can be overridden by setting HDF5_FCFLAGS, ## ## HDF5_LDFLAGS, or HDF5_LIBS in the environment. ## ## ## ############################################################################ @@ -136,7 +136,7 @@ usage() { echo " shared libraries]" echo " " echo " You can also add or change paths and flags to the compile line using" - echo " the following environment varibles or by assigning them to their counterparts" + echo " the following environment variables or by assigning them to their counterparts" echo " in the 'Things You Can Modify to Override...'" section of $prog_name echo " " echo " Variable Current value to be replaced" @@ -298,7 +298,7 @@ fi if test "x$do_link" = "xyes"; then shared_link="" -# conditionnaly link with the hl library +# conditionally link with the hl library if test "X$HL" = "Xhl"; then libraries=" $libraries -lhdf5hl_fortran -lhdf5_hl -lhdf5_fortran -lhdf5 " else |