Standardize PostScript capitalizaiton

This commit is contained in:
Seth Hillbrand
2020-10-20 13:09:13 -07:00
parent 316ca120e8
commit 2a43b88115
13 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -611,7 +611,7 @@ void SVG_PLOTTER::PlotPoly( const std::vector<wxPoint>& aCornerList,
/**
* Postscript-likes at the moment are the only plot engines supporting bitmaps...
* PostScript-likes at the moment are the only plot engines supporting bitmaps...
*/
void SVG_PLOTTER::PlotImage( const wxImage& aImage, const wxPoint& aPos,
double aScaleFactor )