]> Pileus Git - grits/blobdiff - src/objects/grits-object.c
Fix typo
[grits] / 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)) &&