]> git.saurik.com Git - wxWidgets.git/commitdiff
no changes, fix typo in comment
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Aug 2008 21:08:43 +0000 (21:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Aug 2008 21:08:43 +0000 (21:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/math.h

index 611971d471e5d04ee3bc62bd36f9636f0aec3fbb..3053d11f5645833b2ef259d8a82f81065f125e0b 100644 (file)
@@ -93,7 +93,7 @@
             //     shouldn't be used with doubles, but we get too many of them and
             //     removing these operators is probably not a good idea
             //
-            //     Maybe we should alway compare doubles up to some "epsilon" precision
+            //     Maybe we should always compare doubles up to some "epsilon" precision
             #pragma warning(push)
 
             // floating-point equality and inequality comparisons are unreliable