| Index: xfa/fxfa/app/xfa_textlayout.h | 
| diff --git a/xfa/fxfa/app/xfa_textlayout.h b/xfa/fxfa/app/xfa_textlayout.h | 
| index 9cced6a65afee1db0e1e43589d43920d12ad967d..ccebff8ad9298c469ed859d68a94a6a952b99506 100644 | 
| --- a/xfa/fxfa/app/xfa_textlayout.h | 
| +++ b/xfa/fxfa/app/xfa_textlayout.h | 
| @@ -87,7 +87,7 @@ class CXFA_TextParser { | 
| IFDE_CSSComputedStyle* pParentStyle); | 
| FX_BOOL IsParsed() const { return m_pAllocator != NULL; } | 
|  | 
| -  int32_t GetVAlgin(CXFA_TextProvider* pTextProvider) const; | 
| +  int32_t GetVAlign(CXFA_TextProvider* pTextProvider) const; | 
| FX_FLOAT GetTabInterval(IFDE_CSSComputedStyle* pStyle) const; | 
| int32_t CountTabs(IFDE_CSSComputedStyle* pStyle) const; | 
| FX_BOOL IsSpaceRun(IFDE_CSSComputedStyle* pStyle) const; | 
|  |