fix couple of typos

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2010-06-26 11:43:13 +00:00
parent 826c4761df
commit ffc78010a9
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// Name: wx/wx/stackwalk.h // Name: wx/stackwalk.h
// Purpose: wxStackWalker and related classes, common part // Purpose: wxStackWalker and related classes, common part
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by: // Modified by:

View File

@@ -201,7 +201,7 @@ public:
}; };
/** /**
Anti-aliasing modes used by wxGraphicsContext::SetAntialisingMode Anti-aliasing modes used by wxGraphicsContext::SetAntialiasMode().
*/ */
enum wxAntialiasMode enum wxAntialiasMode
{ {
@@ -215,7 +215,7 @@ enum wxAntialiasMode
/** /**
Compositing is done using Porter-Duff compositions Compositing is done using Porter-Duff compositions
(see http://keithp.com/~keithp/porterduff/p253-porter.pdf) with (see http://keithp.com/~keithp/porterduff/p253-porter.pdf) with
wxGraphicsContext::SetCompositionMode wxGraphicsContext::SetCompositionMode().
The description give a short equation on how the values of a resulting The description give a short equation on how the values of a resulting
pixel are calculated. pixel are calculated.