From 09028cc7aadf49dbd7926e52ca5b529bacc7d76e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 9 Dec 2007 14:53:15 +0000 Subject: Fixed typos svn-id: r29793 --- graphics/primitives.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/primitives.cpp b/graphics/primitives.cpp index 077af1c3a6..2f4f227aa9 100644 --- a/graphics/primitives.cpp +++ b/graphics/primitives.cpp @@ -28,7 +28,7 @@ namespace Graphics { #ifdef MACOSX // Older versions of Mac OS X didn't supply a sqrtf function. To ensure -// binary compatibiity, we force using pow instead of sqrtf (the only +// binary compatibility, we force using sqrt instead of sqrtf (the only // potential drawback is that it might be a little bit slower). #define sqrtf sqrt #endif -- cgit v1.2.3