commit 75174da4440ada3afde5b37fa583a40ca6af4154
parent 99262a9e677704740d9fecc65522d330f3560b57
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 29 Jan 2026 12:05:38 +0100
Fix a spelling mistake in a comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sln_line.c b/src/sln_line.c
@@ -521,7 +521,7 @@ line_mesh
darray_double_init(tree->sln->allocator, &wavenumbers);
/* Setup the line wrt molecule concentration, isotope abundance, temperature
- * and pression */
+ * and pressure */
res = line_setup(tree, iline, &line);
if(res != RES_OK) goto error;