From dbc3d3e1e0b28692c31f08f6b4c606577255078d Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 11 May 2017 13:41:38 -0400 Subject: Fixup Initialize spelling Change-Id: Ibd8d70264d79afc0baabaa5093aceb21ee777196 Reviewed-on: https://pdfium-review.googlesource.com/5334 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- core/fxcrt/fx_memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fxcrt/fx_memory.cpp') diff --git a/core/fxcrt/fx_memory.cpp b/core/fxcrt/fx_memory.cpp index 2807139aa2..2afcbcecee 100644 --- a/core/fxcrt/fx_memory.cpp +++ b/core/fxcrt/fx_memory.cpp @@ -11,7 +11,7 @@ pdfium::base::PartitionAllocatorGeneric gArrayBufferPartitionAllocator; pdfium::base::PartitionAllocatorGeneric gStringPartitionAllocator; -void FXMEM_InitalizePartitionAlloc() { +void FXMEM_InitializePartitionAlloc() { static bool s_gPartitionAllocatorsInitialized = false; if (!s_gPartitionAllocatorsInitialized) { pdfium::base::PartitionAllocGlobalInit(FX_OutOfMemoryTerminate); -- cgit v1.2.3