From: Andy Spencer Date: Mon, 17 Oct 2011 07:56:50 +0000 (+0000) Subject: Fix typo X-Git-Tag: v0.6~12 X-Git-Url: http://pileus.org/git/?p=grits;a=commitdiff_plain;h=0be2da7a65019a3d5b0fc2938200ba8cdb72d0a0 Fix typo --- 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)) &&