]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/print.cpp
Remove apparently erroneous -1 from DrawBitmap() in wxMSW wxGC code.
[wxWidgets.git] / src / gtk / print.cpp
index 39c517b0fd4a10ac3fc70eab6bef551a87f0532c..d72c2a9a5ef672e12e3aacc5c5afba94fe6e1c95 100644 (file)
@@ -57,7 +57,7 @@ wxFORCE_LINK_THIS_MODULE(gtk_print)
 
 #include "wx/gtk/private/object.h"
 
-// Usefull to convert angles from/to Rad to/from Deg.
+// Useful to convert angles from/to Rad to/from Deg.
 static const double RAD2DEG  = 180.0 / M_PI;
 static const double DEG2RAD  = M_PI / 180.0;