Skip to content

Commit

Permalink
Fix spelling issues flagged by codespell (#3130)
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins authored Jun 15, 2023
1 parent 69e8c8f commit b571da1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/dt_arith.c
Original file line number Diff line number Diff line change
Expand Up @@ -2814,7 +2814,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/onion.c
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ test_history_encode_decode_empty(void)

TESTING("encode/decode history (empty and failures)");

/* Generage checksum but don't store it yet */
/* Generate checksum but don't store it yet */
checksum = H5_checksum_fletcher32(exp, H5FD_ONION_ENCODED_SIZE_HISTORY - 4);
ptr = exp + H5FD_ONION_ENCODED_SIZE_HISTORY - 4;
UINT32ENCODE(ptr, checksum);
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 b571da1

Please sign in to comment.