diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/fxge/win32/fx_win32_print.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/win32/fx_win32_print.cpp b/core/fxge/win32/fx_win32_print.cpp index e5df6edd41..58f00ed0fb 100644 --- a/core/fxge/win32/fx_win32_print.cpp +++ b/core/fxge/win32/fx_win32_print.cpp @@ -211,7 +211,7 @@ bool CGdiPrinterDriver::DrawDeviceText(int nChars, return false; // Scale factor used to minimize the kerning problems caused by rounding - // errors below. Value choosen based on the title of https://crbug.com/18383 + // errors below. Value chosen based on the title of https://crbug.com/18383 const double kScaleFactor = 10; // Font |