diff --git a/source/blender/editors/space_view3d/view3d_draw.cc b/source/blender/editors/space_view3d/view3d_draw.cc index 403cb0a9253..81090f9ee54 100644 --- a/source/blender/editors/space_view3d/view3d_draw.cc +++ b/source/blender/editors/space_view3d/view3d_draw.cc @@ -1724,8 +1724,8 @@ void ED_view3d_draw_offscreen(Depsgraph *depsgraph, if (viewmat) { /* WORKAROUND: Disable camera view to avoid EEVEE being confused and try to * get the projection matrix from the camera. - * Set the `lens` parameter to 0 to make EEVEE prefer the winmat from the rv3d instead of - * trying to redirive it. Note that this produces incorrect result with overscan. */ + * Set the `lens` parameter to 0 to make EEVEE prefer the `winmat` from the rv3d instead of + * trying to rederive it. Note that this produces incorrect result with over-scan. */ rv3d->persp = (winmat[3][3] == 0.0f) ? RV3D_PERSP : RV3D_ORTHO; v3d->camera = nullptr; v3d->lens = 0.0f; diff --git a/tools/check_source/check_spelling_config.py b/tools/check_source/check_spelling_config.py index 0fb0af3eff7..91c7b2de200 100644 --- a/tools/check_source/check_spelling_config.py +++ b/tools/check_source/check_spelling_config.py @@ -330,6 +330,7 @@ dict_custom = { "recursing", "recursivity", "redefinitions", + "rederive", "redisplay", "redistributions", "registerable",