commit 9dec636246a3d9af0a5b6e6aa4d5be7e9d46e1e3
parent 750b8c45de3d378b12ed46450a8a3192629d8248
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 4 Feb 2026 16:25:57 +0100
Fix a typoe in a comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sln_tree.c b/src/sln_tree.c
@@ -110,7 +110,7 @@ check_molecules
res = check_molecule_concentration(sln, caller, args);
if(res != RES_OK) return res;
- /* Interate over the lines to define which molecules has to be checked, i.e.,
+ /* Iterate over the lines to define which molecules has to be checked, i.e.,
* the ones used in the mixture */
SHTR(line_list_get_size(args->lines, &nlines));
FOR_EACH(iline, 0, nlines) {