summaryrefslogtreecommitdiff
path: root/core/src/fpdftext/text_int.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-08-13 17:50:20 -0700
committerLei Zhang <thestig@chromium.org>2015-08-13 17:50:20 -0700
commit45c910f02063cab51d0d90137d451a666c33b85f (patch)
treee31956f5c1a7a831d0deacf0c909ee3fbda775b9 /core/src/fpdftext/text_int.h
parentdbf5f4cc33561223587d2535bbdeefae330fecfe (diff)
downloadpdfium-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/src/fpdftext/text_int.h')
-rw-r--r--core/src/fpdftext/text_int.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h
index f92ca549fe..9e7073d24e 100644
--- a/core/src/fpdftext/text_int.h
+++ b/core/src/fpdftext/text_int.h
@@ -61,12 +61,12 @@ class CPDF_TextPage : public IPDF_TextPage {
int nCount,
CFX_RectArray& rectArray) const;
virtual int GetIndexAtPos(CPDF_Point point,
- FX_FLOAT xTorelance,
- FX_FLOAT yTorelance) const;
+ FX_FLOAT xTolerance,
+ FX_FLOAT yTolerance) const;
virtual int GetIndexAtPos(FX_FLOAT x,
FX_FLOAT y,
- FX_FLOAT xTorelance,
- FX_FLOAT yTorelance) const;
+ FX_FLOAT xTolerance,
+ FX_FLOAT yTolerance) const;
virtual CFX_WideString GetTextByRect(const CFX_FloatRect& rect) const;
virtual void GetRectsArrayByRect(const CFX_FloatRect& rect,
CFX_RectArray& resRectArray) const;