summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/fpdf_dataavail.h
diff options
context:
space:
mode:
authorBo Xu <bo_xu@foxitsoftware.com>2014-11-14 17:40:50 -0800
committerBo Xu <bo_xu@foxitsoftware.com>2014-11-14 17:40:50 -0800
commit2c021e021e79c3fd04a99c28921a93f6aa56527e (patch)
treea03c6a96fff2b0f886efecab550a8c70568ce94d /fpdfsdk/include/fpdf_dataavail.h
parent893fe94f069656ef5106db1aec32ec11b85f4de2 (diff)
downloadpdfium-2c021e021e79c3fd04a99c28921a93f6aa56527e.tar.xz
Correct typo in form fill environment functions
Complementary patch in chromium is in https://codereview.chromium.org/711553003 R=thestig@chromium.org Review URL: https://codereview.chromium.org/700373006
Diffstat (limited to 'fpdfsdk/include/fpdf_dataavail.h')
-rw-r--r--fpdfsdk/include/fpdf_dataavail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/include/fpdf_dataavail.h b/fpdfsdk/include/fpdf_dataavail.h
index 971ab2505c..e4c1b97883 100644
--- a/fpdfsdk/include/fpdf_dataavail.h
+++ b/fpdfsdk/include/fpdf_dataavail.h
@@ -191,7 +191,7 @@ DLLEXPORT int STDCALL FPDFAvail_IsPageAvail(FPDF_AVAIL avail, int page_index, FX
* This function call be called only after FPDFAvail_GetDocument if called.
* The application should call this function whenever new data arrived, and process all the
* generated download hints if any, until the function returns non-zero value. Then the
-* application can perform page loading. Recommend to call FPDFDOC_InitFormFillEnviroument
+* application can perform page loading. Recommend to call FPDFDOC_InitFormFillEnvironment
* after the function returns non-zero value.
*/
DLLEXPORT int STDCALL FPDFAvail_IsFormAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints);