mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Misc. typos (#1726)
Found via `codespell -i 3 -w -I ../coolprop-word-whitelist.txt` whereby whitelist consists of: ``` cas formate hel nd te tim ue uint ```
This commit is contained in:
@@ -636,7 +636,7 @@ std::string get_backend_string(backends backend) {
|
||||
#ifdef ENABLE_CATCH
|
||||
#include "catch.hpp"
|
||||
|
||||
TEST_CASE("Check that all parameters are descibed","")
|
||||
TEST_CASE("Check that all parameters are described","")
|
||||
{
|
||||
for (int i = 1; i < CoolProp::iundefined_parameter; ++i){
|
||||
std::ostringstream ss;
|
||||
@@ -653,7 +653,7 @@ TEST_CASE("Check that all parameters are descibed","")
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE("Check that all phases are descibed","[phase_index]")
|
||||
TEST_CASE("Check that all phases are described","[phase_index]")
|
||||
{
|
||||
for (int i = 0; i < CoolProp::iphase_not_imposed; ++i){
|
||||
std::ostringstream ss;
|
||||
|
||||
Reference in New Issue
Block a user