Fix typos

This commit is contained in:
Mike Taves 2024-12-02 15:28:05 +13:00
parent af8d7af7fb
commit a0ea2708e5

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`.
"""