diff options
author | Lei Zhang <thestig@chromium.org> | 2015-08-13 17:50:20 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-08-13 17:50:20 -0700 |
commit | 45c910f02063cab51d0d90137d451a666c33b85f (patch) | |
tree | e31956f5c1a7a831d0deacf0c909ee3fbda775b9 /core/include | |
parent | dbf5f4cc33561223587d2535bbdeefae330fecfe (diff) | |
download | pdfium-45c910f02063cab51d0d90137d451a666c33b85f.tar.xz |
Cleanup: s/Torelance/Tolerance/
R=tsepez@chromium.org
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1294713002 .
Diffstat (limited to 'core/include')
-rw-r--r-- | core/include/fpdftext/fpdf_text.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/include/fpdftext/fpdf_text.h b/core/include/fpdftext/fpdf_text.h index eb16ca9a90..f27f1db7e6 100644 --- a/core/include/fpdftext/fpdf_text.h +++ b/core/include/fpdftext/fpdf_text.h @@ -102,13 +102,13 @@ class IPDF_TextPage { CFX_RectArray& rectArray) const = 0; virtual int GetIndexAtPos(CPDF_Point point, - FX_FLOAT xTorelance, - FX_FLOAT yTorelance) const = 0; + FX_FLOAT xTolerance, + FX_FLOAT yTolerance) const = 0; virtual int GetIndexAtPos(FX_FLOAT x, FX_FLOAT y, - FX_FLOAT xTorelance, - FX_FLOAT yTorelance) const = 0; + FX_FLOAT xTolerance, + FX_FLOAT yTolerance) const = 0; virtual CFX_WideString GetTextByRect(const CFX_FloatRect& rect) const = 0; |