]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dcclient.cpp
Implement setFont on the iOS port of wxStaticText.
[wxWidgets.git] / src / gtk / dcclient.cpp
index a11615391e6d7b77e6107050452af4740b202503..2c4a716964b22f66e61bc104cf8b00d4275ccb43 100644 (file)
@@ -1989,7 +1989,7 @@ void wxWindowDCImpl::ComputeScaleAndOrigin()
 
     wxDCImpl::ComputeScaleAndOrigin();
 
-    // if scale has changed call SetPen to recalulate the line width
+    // if scale has changed call SetPen to recalculate the line width
     if ( wxRealPoint(m_scaleX, m_scaleY) != origScale && m_pen.IsOk() )
     {
         // this is a bit artificial, but we need to force wxDC to think the pen