Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling issues flagged by codespell #3130

Merged
merged 1 commit into from
Jun 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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