diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2023-10-18 04:54:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 04:54:40 (GMT) |
commit | 95572568191492f0d79924a55ea10453095a20c1 (patch) | |
tree | 5d4848b3a883d7703fccb2b92f1caae8d0c0d37c /tools | |
parent | fc788559f7747eeefd152fc8c7844f45d3845300 (diff) | |
download | hdf5-95572568191492f0d79924a55ea10453095a20c1.zip hdf5-95572568191492f0d79924a55ea10453095a20c1.tar.gz hdf5-95572568191492f0d79924a55ea10453095a20c1.tar.bz2 |
Sync changes that are only in 1.14 branch (#3704)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/misc/talign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/misc/talign.c b/tools/test/misc/talign.c index 2387be4..7de9d1a 100644 --- a/tools/test/misc/talign.c +++ b/tools/test/misc/talign.c @@ -179,7 +179,7 @@ out: " %6f = %f\n", (double)fok[0], (double)fptr[0], (double)fok[1], (double)fptr[1], (double)fnok[0], (double)fptr[2], (double)fnok[1], (double)fptr[3]); - puts("*FAILED - compound type alignmnent problem*"); + puts("*FAILED - compound type alignment problem*"); } else { puts(" PASSED"); |