X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c96acfeff6d057aace5b0870acc999218d6ac1cd..42604e44bec70f5a26cabb26653f7ca1490fb04e:/src/gtk/print.cpp diff --git a/src/gtk/print.cpp b/src/gtk/print.cpp index 39c517b0fd..d72c2a9a5e 100644 --- a/src/gtk/print.cpp +++ b/src/gtk/print.cpp @@ -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;