Chromium Code Reviews| Index: public/fpdf_text.h |
| diff --git a/public/fpdf_text.h b/public/fpdf_text.h |
| index 30d1033a12aae74a3cf8b220091aacc61ec5526a..32cc131859288aa17222c559fb696b55f747f7ee 100644 |
| --- a/public/fpdf_text.h |
| +++ b/public/fpdf_text.h |
| @@ -133,7 +133,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 |