aboutsummaryrefslogtreecommitdiff
path: root/graphics/primitives.cpp
diff options
context:
space:
mode:
authorMax Horn2007-12-09 14:53:15 +0000
committerMax Horn2007-12-09 14:53:15 +0000
commit09028cc7aadf49dbd7926e52ca5b529bacc7d76e (patch)
treedf1957ba1d3e57029ec9adc2108f04eab0255eac /graphics/primitives.cpp
parent0758feea628249e6cdc8d194057dc08905ccdcc1 (diff)
downloadscummvm-rg350-09028cc7aadf49dbd7926e52ca5b529bacc7d76e.tar.gz
scummvm-rg350-09028cc7aadf49dbd7926e52ca5b529bacc7d76e.tar.bz2
scummvm-rg350-09028cc7aadf49dbd7926e52ca5b529bacc7d76e.zip
Fixed typos
svn-id: r29793
Diffstat (limited to 'graphics/primitives.cpp')
-rw-r--r--graphics/primitives.cpp2
1 files changed, 1 insertions, 1 deletions
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