Chromium Code Reviews| Index: public/fpdf_text.h |
| diff --git a/public/fpdf_text.h b/public/fpdf_text.h |
| index 3046bb0f856b4853f01c103ff3197f90bc0a140f..df953671b24eaaa00292be00111e3ed958e9106a 100644 |
| --- a/public/fpdf_text.h |
| +++ b/public/fpdf_text.h |
| @@ -136,7 +136,7 @@ DLLEXPORT void STDCALL FPDFText_GetCharBox(FPDF_TEXTPAGE text_page, |
| DLLEXPORT int STDCALL FPDFText_GetCharIndexAtPos(FPDF_TEXTPAGE text_page, |
| double x, |
| double y, |
| - double xTorelance, |
| + double xTolerance, |
| double yTolerance); |
| // Function: FPDFText_GetText |