]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing typo
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 16 Feb 2009 10:29:58 +0000 (10:29 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 16 Feb 2009 10:29:58 +0000 (10:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/graphics.h

index 4d94b753003a515f8ac7958bee1b1852e6efb306..3be573114024dbaad9e086cd4bce185abb770810 100644 (file)
@@ -417,7 +417,7 @@ public:
     // all rendering is done into a fully transparent temporary context
     virtual void BeginLayer(wxDouble opacity) = 0;
 
-    // composites back the drawings into the content with the opacity given at 
+    // composites back the drawings into the context with the opacity given at 
     // the BeginLayer call
     virtual void EndLayer() = 0;