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:
luzpaz
2018-08-15 01:06:49 -04:00
committed by Ian Bell
parent f316483f4d
commit 93f4a986e2
60 changed files with 110 additions and 110 deletions

View File

@@ -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;