diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-10-04 09:55:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 09:55:03 (GMT) |
commit | 51ff48b8873d584811f4cad83c19f1edf484b7e4 (patch) | |
tree | 22633f494d84072c55d63ef24e314b48518220fb /test/cache_api.c | |
parent | 42549af4c83f4db09461dac6b500daa7e33752c6 (diff) | |
download | hdf5-51ff48b8873d584811f4cad83c19f1edf484b7e4.zip hdf5-51ff48b8873d584811f4cad83c19f1edf484b7e4.tar.gz hdf5-51ff48b8873d584811f4cad83c19f1edf484b7e4.tar.bz2 |
Fix several spelling/grammar issues (#3621) (#3632)
Diffstat (limited to 'test/cache_api.c')
-rw-r--r-- | test/cache_api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cache_api.c b/test/cache_api.c index 1752a43..0f5a5dd 100644 --- a/test/cache_api.c +++ b/test/cache_api.c @@ -243,7 +243,7 @@ check_fapl_mdc_api_calls(unsigned paged, hid_t fcpl_id) } } - /* conpare the cache's internal configuration with the expected value */ + /* compare the cache's internal configuration with the expected value */ if (pass) { if (!resize_configs_are_equal(&default_auto_size_ctl, &cache_ptr->resize_ctl, TRUE)) { @@ -386,7 +386,7 @@ check_fapl_mdc_api_calls(unsigned paged, hid_t fcpl_id) } } - /* conpare the cache's internal configuration with the expected value */ + /* compare the cache's internal configuration with the expected value */ if (pass) { if (!resize_configs_are_equal(&mod_auto_size_ctl, &cache_ptr->resize_ctl, TRUE)) { |