]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dcpsg.cpp
Improve drawing of the tree item buttons in the generic renderer.
[wxWidgets.git] / src / generic / dcpsg.cpp
index 1fcc3611fa42c78d243701dd10ce5f42afd6ed3e..b5c493b0f499ce409e1b7f13728f45598a0ec39f 100644 (file)
@@ -1659,7 +1659,7 @@ void wxPostScriptDCImpl::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
     // and SetFont to recalculate font size
     if ( wxRealPoint(m_scaleX, m_scaleY) != origScale && m_pen.IsOk() )
     {