commit a6afdad1576ceb0ce47553399fbf259b25b6566a
parent 1c96184215c0f5effc65db825b0a617b1da835bc
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 13 Oct 2020 11:38:45 +0200
Fix a log typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/htrdr_interface.c b/src/htrdr_interface.c
@@ -156,7 +156,7 @@ htrdr_interface_create_bsdf
res = mrumtl_fetch_brdf2(mat, wavelength, r, &brdf);
if(res != RES_OK) {
htrdr_log_err(htrdr,
- "%s: error retreiving the MruMtl BRDF for the wavelength %g.\n",
+ "%s: error retrieving the MruMtl BRDF for the wavelength %g.\n",
FUNC_NAME, wavelength);
res = RES_BAD_ARG;
goto error;