summaryrefslogtreecommitdiff
path: root/fpdfsdk/cpdfsdk_formfillenvironment.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-06-20 17:26:44 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-06-21 12:54:15 +0000
commitcddc8eddbd33e8e96540341eb9781403ae423b93 (patch)
treeb31f8929ab95beb844d6d99d47f51729a5f6417b /fpdfsdk/cpdfsdk_formfillenvironment.h
parent222e1a425e2d2199a842883dcc330a549f400630 (diff)
downloadpdfium-cddc8eddbd33e8e96540341eb9781403ae423b93.tar.xz
Fix typos that meant to say handler instead of hander.
Change-Id: I60f556f107f740b854237bc89184b09e4f1d2585 Reviewed-on: https://pdfium-review.googlesource.com/6790 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fpdfsdk/cpdfsdk_formfillenvironment.h')
-rw-r--r--fpdfsdk/cpdfsdk_formfillenvironment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/cpdfsdk_formfillenvironment.h b/fpdfsdk/cpdfsdk_formfillenvironment.h
index 73e3bdddf8..b1e095a0c2 100644
--- a/fpdfsdk/cpdfsdk_formfillenvironment.h
+++ b/fpdfsdk/cpdfsdk_formfillenvironment.h
@@ -210,7 +210,7 @@ class CPDFSDK_FormFillEnvironment
CFFL_InteractiveFormFiller* GetInteractiveFormFiller();
CPDFSDK_AnnotHandlerMgr* GetAnnotHandlerMgr(); // Creates if not present.
IJS_Runtime* GetJSRuntime(); // Creates if not present.
- CPDFSDK_ActionHandler* GetActionHander(); // Creates if not present.
+ CPDFSDK_ActionHandler* GetActionHandler(); // Creates if not present.
CPDFSDK_InterForm* GetInterForm(); // Creates if not present.
private: