Squashed 'phreeqcpp/' changes from ba27ef1..8715a91

8715a91 fixed MacInnes in warning msg

git-subtree-dir: phreeqcpp
git-subtree-split: 8715a91e401b61cf8ab5e3482e97ae26becf114b
This commit is contained in:
Darth Vader 2022-03-25 16:36:54 +00:00
parent 37a63bcf44
commit e0b04393ed

View File

@ -214,7 +214,7 @@ pitzer_tidy(void)
if (mcb0 == NULL && mcb1 == NULL && mcc0 == NULL && ICON == TRUE)
{
error_string = sformatf(
"No KCl interaction parameters, turning off MacInnis scaling.");
"No KCl interaction parameters, turning off MacInnes scaling.");
warning_msg(error_string);
ICON = FALSE;
}