Fix some typos in fpdf_formfill.h.

Change-Id: I56f00984ed5b7dc2756e4cbec4519d2feaa61eda
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/67451
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h
index c383212..ea50d76 100644
--- a/public/fpdf_formfill.h
+++ b/public/fpdf_formfill.h
@@ -1139,7 +1139,7 @@
  *       functions. Should be invoked after user successfully loaded a
  *       PDF page, and FPDFDOC_InitFormFillEnvironment() has been invoked.
  * Parameters:
- *       hHandle     -   Handle to the form fill module, as eturned by
+ *       hHandle     -   Handle to the form fill module, as returned by
  *                       FPDFDOC_InitFormFillEnvironment().
  * Return Value:
  *       None.
@@ -1467,7 +1467,7 @@
  *       Call this function to obtain selected text within a form text
  *       field or form combobox text field.
  * Parameters:
- *       hHandle     -   Handle to the form fill module, asr eturned by
+ *       hHandle     -   Handle to the form fill module, as returned by
  *                       FPDFDOC_InitFormFillEnvironment().
  *       page        -   Handle to the page, as returned by FPDF_LoadPage().
  *       buffer      -   Buffer for holding the selected text, encoded in
@@ -1551,7 +1551,7 @@
  * Parameters:
  *       hHandle     -   Handle to the form fill module, as returned by
  *                       FPDFDOC_InitFormFillEnvironment().
- *       page        -   Handle to the page, as eturned by FPDF_LoadPage().
+ *       page        -   Handle to the page, as returned by FPDF_LoadPage().
  * Return Value:
  *       True if the redo operation succeeded.
  */