diff options
author | Miklos Vajna <vmiklos@vmiklos.hu> | 2017-04-04 22:22:04 +0200 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-20 13:12:55 +0000 |
commit | 6864bf8c4fbcac0833a77d044f17f4100d504f2a (patch) | |
tree | 9fcf5b01fa874e583bdfab0b0ecd2291a402b71b /core | |
parent | 03f0fb0e650f134f31991b62e39c4d9a9d577560 (diff) | |
download | pdfium-6864bf8c4fbcac0833a77d044f17f4100d504f2a.tar.xz |
core: choosen -> chosen
Change-Id: I5b78fe4238a68bb6ba56aa76b53b315ef6f8574c
Reviewed-on: https://pdfium-review.googlesource.com/3730
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
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 |