Fix comment typos in sources
No real changes. Closes https://github.com/wxWidgets/wxWidgets/pull/2541
This commit is contained in:
committed by
Vadim Zeitlin
parent
cfdd4127b5
commit
668a2186cd
@@ -616,7 +616,7 @@ wxAffineMatrix2D wxGCDCImpl::GetTransformMatrix() const
|
||||
|
||||
void wxGCDCImpl::ResetTransformMatrix()
|
||||
{
|
||||
// Reset affine transfrom matrix (extended) to identity matrix.
|
||||
// Reset affine transform matrix (extended) to identity matrix.
|
||||
m_matrixExtTransform.Set(wxMatrix2D(), wxPoint2DDouble());
|
||||
ComputeScaleAndOrigin();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user