diff options
author | thestig <thestig@chromium.org> | 2016-08-09 12:09:22 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-09 12:09:22 -0700 |
commit | ad5ac7584844b03c5ceed082e5f5158a632405cc (patch) | |
tree | 1b3fc87f4c991eb7da2879f09623cdb9e205ac95 /fpdfsdk/formfiller/cffl_formfiller.cpp | |
parent | e7107f48ddb9309e1664d84ec360ce06ec3201e2 (diff) | |
download | pdfium-ad5ac7584844b03c5ceed082e5f5158a632405cc.tar.xz |
Fix typos of the word outer.
Review-Url: https://codereview.chromium.org/2226003003
Diffstat (limited to 'fpdfsdk/formfiller/cffl_formfiller.cpp')
-rw-r--r-- | fpdfsdk/formfiller/cffl_formfiller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/formfiller/cffl_formfiller.cpp b/fpdfsdk/formfiller/cffl_formfiller.cpp index 479a1bc169..b1c11af2b2 100644 --- a/fpdfsdk/formfiller/cffl_formfiller.cpp +++ b/fpdfsdk/formfiller/cffl_formfiller.cpp @@ -71,7 +71,7 @@ FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, CFX_FloatRect rect = CPWL_Utils::InflateRect(rcWin, 1); - return rect.GetOutterRect(); + return rect.GetOuterRect(); } void CFFL_FormFiller::OnDraw(CPDFSDK_PageView* pPageView, |