[grits] Fix typo



commit 0be2da7a65019a3d5b0fc2938200ba8cdb72d0a0
Author: Andy Spencer <andy753421 gmail com>
Date:   Mon Oct 17 07:56:50 2011 +0000

    Fix typo

 src/objects/grits-object.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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)) &&



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]