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 --- testing/unit_test_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/unit_test_main.cpp') diff --git a/testing/unit_test_main.cpp b/testing/unit_test_main.cpp index d8076abec6..f57ec3c555 100644 --- a/testing/unit_test_main.cpp +++ b/testing/unit_test_main.cpp @@ -9,7 +9,7 @@ // Can't use gtest-provided main since we need to initialize partition // alloc before invoking any test. int main(int argc, char** argv) { - FXMEM_InitalizePartitionAlloc(); + FXMEM_InitializePartitionAlloc(); testing::InitGoogleTest(&argc, argv); testing::InitGoogleMock(&argc, argv); return RUN_ALL_TESTS(); -- cgit v1.2.3