]> Pileus Git - grits/commitdiff
Fix typo
authorAndy Spencer <andy753421@gmail.com>
Mon, 17 Oct 2011 07:56:50 +0000 (07:56 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 17 Oct 2011 07:56:50 +0000 (07:56 +0000)
src/objects/grits-object.c

index 65d7b420aae2e44e55e6585b327a385d104a273f..41b1ece6b02b2e3b00a9e451834da656b2b182aa 100644 (file)
@@ -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)) &&