From 0be2da7a65019a3d5b0fc2938200ba8cdb72d0a0 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Mon, 17 Oct 2011 07:56:50 +0000 Subject: [PATCH] Fix typo --- src/objects/grits-object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objects/grits-object.c b/src/objects/grits-object.c index 65d7b42..41b1ece 100644 --- a/src/objects/grits-object.c +++ b/src/objects/grits-object.c @@ -67,7 +67,7 @@ void grits_object_pickdraw(GritsObject *object, GritsOpenGL *opengl, gboolean pi return; } - /* Calculae distance for LOD and horizon tests */ + /* Calculate distance for LOD and horizon tests */ GritsPoint *center = &object->center; if ((!(object->skip & GRITS_SKIP_LOD) || !(object->skip & GRITS_SKIP_HORIZON)) && -- 2.43.2