Skip to content

Commit

Permalink
Fix spelling issues flagged by codespell (HDFGroup#3130)
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins authored and mattjala committed Jun 15, 2023
1 parent b8b3a03 commit 93c2524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/dt_arith.c
Original file line number Diff line number Diff line change
Expand Up @@ -2851,7 +2851,7 @@ test_conv_flt_1(const char *name, int run_test, hid_t src, hid_t dst)
int status; /*child exit status */

/*
* Some systems generage SIGFPE during floating point overflow and we
* Some systems generate SIGFPE during floating point overflow and we
* cannot assume that we can continue from such a signal. Therefore, we
* fork here and let the child run the test and return the number of
* failures with the exit status.
Expand Down
2 changes: 1 addition & 1 deletion test/test_error.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

srcdir=@srcdir@

# Determine backward compatibility options eneabled
# Check if backward compatibility options are enabled
DEPRECATED_SYMBOLS="@DEPRECATED_SYMBOLS@"

CMP='cmp -s'
Expand Down

0 comments on commit 93c2524

Please sign in to comment.