From 26ffbfee947389c596d449bf6771a163c5d74b4a Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Mon, 2 Dec 2024 15:28:05 +1300 Subject: [PATCH] Fix typos --- python/parallel_advect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/parallel_advect.py b/python/parallel_advect.py index a1229d8b..74b01084 100644 --- a/python/parallel_advect.py +++ b/python/parallel_advect.py @@ -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`. """