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 /core/fpdfdoc | |
parent | e7107f48ddb9309e1664d84ec360ce06ec3201e2 (diff) | |
download | pdfium-ad5ac7584844b03c5ceed082e5f5158a632405cc.tar.xz |
Fix typos of the word outer.
Review-Url: https://codereview.chromium.org/2226003003
Diffstat (limited to 'core/fpdfdoc')
-rw-r--r-- | core/fpdfdoc/cpdf_annotlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfdoc/cpdf_annotlist.cpp b/core/fpdfdoc/cpdf_annotlist.cpp index 1e0e99b476..6a86d55e28 100644 --- a/core/fpdfdoc/cpdf_annotlist.cpp +++ b/core/fpdfdoc/cpdf_annotlist.cpp @@ -88,7 +88,7 @@ void CPDF_AnnotList::DisplayPass(CPDF_Page* pPage, CFX_Matrix matrix = *pMatrix; if (clip_rect) { annot_rect_f.Transform(&matrix); - FX_RECT annot_rect = annot_rect_f.GetOutterRect(); + FX_RECT annot_rect = annot_rect_f.GetOuterRect(); annot_rect.Intersect(*clip_rect); if (annot_rect.IsEmpty()) { continue; |