Merge pull request #1941 from e-kwsm/typo

Fix typos in comments and output.
This commit is contained in:
Axel Kohlmeyer
2020-03-18 20:24:06 -04:00
committed by GitHub
426 changed files with 715 additions and 715 deletions

View File

@ -1,6 +1,6 @@
if(PKG_USER-NETCDF)
# USER-NETCDF can use NetCDF, Parallel NetCDF (PNetCDF), or both. At least one necessary.
# NetCDF library enables dump sytle "netcdf", while PNetCDF enables dump style "netcdf/mpiio"
# NetCDF library enables dump style "netcdf", while PNetCDF enables dump style "netcdf/mpiio"
find_package(NetCDF)
if(NETCDF_FOUND)
find_package(PNetCDF)