Fixed minor typos in the drawing sample

This commit is contained in:
Artur Wieczorek 2016-05-26 17:57:11 +02:00
parent 7923cb222e
commit 5e500de7e8

View File

@ -1079,7 +1079,7 @@ void MyCanvas::DrawGraphics(wxGraphicsContext* gc)
path.CloseSubpath();
path.AddRectangle(-BASE4, -BASE4/2, BASE2, BASE4);
// Now use that path to demonstrate various capbilites of the grpahics context
// Now use that path to demonstrate various capabilites of the graphics context
gc->PushState(); // save current translation/scale/other state
gc->Translate(60, 75); // reposition the context origin