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 | |
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')
-rw-r--r-- | fpdfsdk/formfiller/cffl_formfiller.cpp | 2 | ||||
-rw-r--r-- | fpdfsdk/formfiller/cffl_iformfiller.cpp | 2 |
2 files changed, 2 insertions, 2 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, diff --git a/fpdfsdk/formfiller/cffl_iformfiller.cpp b/fpdfsdk/formfiller/cffl_iformfiller.cpp index 55907aa5b3..a73f543c7c 100644 --- a/fpdfsdk/formfiller/cffl_iformfiller.cpp +++ b/fpdfsdk/formfiller/cffl_iformfiller.cpp @@ -46,7 +46,7 @@ FX_RECT CFFL_IFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, pPDFAnnot->GetRect(rcAnnot); CFX_FloatRect rcWin = CPWL_Utils::InflateRect(rcAnnot, 1); - return rcWin.GetOutterRect(); + return rcWin.GetOuterRect(); } void CFFL_IFormFiller::OnDraw(CPDFSDK_PageView* pPageView, |