Fix typos

This commit is contained in:
Mike Taves 2024-12-02 15:28:05 +13:00
parent f7a1be4e54
commit 26ffbfee94

View File

@ -214,7 +214,7 @@ class ReactionModel(object):
class PhreeqcCalculator(object):
"""All PHREEQC calculations happen here.
This is the only place where we interact wit IPhreeqc.
This is the only place where we interact with IPhreeqc.
Each instance of this class might run in a different
process using `multiprocessing`.
"""