From 45c910f02063cab51d0d90137d451a666c33b85f Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 13 Aug 2015 17:50:20 -0700 Subject: Cleanup: s/Torelance/Tolerance/ R=tsepez@chromium.org TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1294713002 . --- core/include/fpdftext/fpdf_text.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/include') 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; -- cgit v1.2.3