diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-08-18 17:48:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 17:48:17 (GMT) |
commit | 82ebc9c370164931861f0d174e2b17a109478665 (patch) | |
tree | ac35dc2aca63a1cb8d8e9f0562eb76f94f71804d /config | |
parent | fab27c25291d7f0b2d0a585178757dddddba1ace (diff) | |
download | hdf5-82ebc9c370164931861f0d174e2b17a109478665.zip hdf5-82ebc9c370164931861f0d174e2b17a109478665.tar.gz hdf5-82ebc9c370164931861f0d174e2b17a109478665.tar.bz2 |
Spelling fixes for codespell (#2038)
* Spelling fixes for codespell
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/ibm-aix | 4 | ||||
-rw-r--r-- | config/ibm-flags | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/ibm-aix b/config/ibm-aix index f48f9d8..8720db2 100644 --- a/config/ibm-aix +++ b/config/ibm-aix @@ -58,7 +58,7 @@ if test "X-" = "X-$f9x_flags_set"; then H5_FCFLAGS="$H5_FCFLAGS ${F9XSUFFIXFLAG}" FSEARCH_DIRS="-I./ -I../src" - # Produciton + # Production PROD_FCFLAGS= # Debug @@ -109,7 +109,7 @@ case $CC_BASENAME in # Use very generic flags H5_CFLAGS="$H5_CFLAGS -ansi" - # Produciton + # Production PROD_CFLAGS= # Debug diff --git a/config/ibm-flags b/config/ibm-flags index ab4b8ff..f3f247c 100644 --- a/config/ibm-flags +++ b/config/ibm-flags @@ -62,7 +62,7 @@ if test "XL" = "$cc_vendor"; then # concerning the portability of __inline__. H5_CFLAGS="-qlanglvl=stdc99 -qflag=w:w $H5_CFLAGS" - # Produciton + # Production PROD_CFLAGS= # Debug |