From 1d8648b13a0667d338a4e60df004be7e41525968 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 28 Jun 2021 15:44:12 +1000 Subject: Cleanup: repeated terms in code comments & error messages --- source/blender/editors/include/ED_view3d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h index 64883ed5f1d..98994feaf38 100644 --- a/source/blender/editors/include/ED_view3d.h +++ b/source/blender/editors/include/ED_view3d.h @@ -210,7 +210,7 @@ typedef enum { * \note Perspective views should enable #V3D_PROJ_TEST_CLIP_WIN along with * #V3D_PROJ_TEST_CLIP_NEAR as the near-plane-clipped location of a point * may become very large (even infinite) when projected into screen-space. - * Unless the that point happens to coincide with the camera's point of view. + * Unless that point happens to coincide with the camera's point of view. * * Use #V3D_PROJ_TEST_CLIP_CONTENT_DEFAULT instead of #V3D_PROJ_TEST_CLIP_CONTENT, * to avoid accidentally enabling near clipping without clipping by window bounds. -- cgit v1.2.3