From df34f4f1db405c5b8deeb03db0937bee9ba81f42 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 15 Mar 2022 18:29:39 +0100 Subject: Cleanup: fix source comment typos Contributed by luzpaz. Differential Revision: https://developer.blender.org/D14312 --- render_povray/object_primitives.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render_povray') diff --git a/render_povray/object_primitives.py b/render_povray/object_primitives.py index 2b9eab95..d017c4d0 100755 --- a/render_povray/object_primitives.py +++ b/render_povray/object_primitives.py @@ -856,7 +856,7 @@ def pov_sphere_define(context, op, ob, loc): """create the representation of POV sphere using a Blender icosphere. Its nice platonic solid curvature better represents pov rendertime - tesselation than a UV sphere""" + tessellation than a UV sphere""" if op: R = op.R -- cgit v1.2.3