From 5e500de7e8dcda9136d3f84f27375d5c164fae73 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Thu, 26 May 2016 17:57:11 +0200 Subject: [PATCH] Fixed minor typos in the drawing sample --- samples/drawing/drawing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/drawing/drawing.cpp b/samples/drawing/drawing.cpp index 4437dab087..3f39dbcfd3 100644 --- a/samples/drawing/drawing.cpp +++ b/samples/drawing/drawing.cpp @@ -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