commit d13ef27e5e99565ac92068db1568d1cb4b36327c
parent 2731359160da7a561e12ba959c7faf918f7bbe65
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 12 Oct 2022 17:15:08 +0200
Fix a misspelling
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sgs_compute_sensitivity_translation.c b/src/sgs_compute_sensitivity_translation.c
@@ -281,7 +281,7 @@ realisation
if(SGS_HIT_NONE(&hit)) { res = RES_BAD_ARG; goto error; } \
} (void)0
- /* Trance the sampled ray and check that if reaches the receiver? */
+ /* Trace the sampled ray and check that if reaches the receiver? */
TRACE_RAY(pos_emit_s, dir_emit_s, surf_emit_s, &hit);
if(!hit_receiver(&scn, pos_emit_s, dir_emit_s, &hit, pos_recv)) goto exit;