summaryrefslogtreecommitdiff
path: root/testing/unit_test_main.cpp
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-05-11 13:41:38 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-05-11 18:06:23 +0000
commitdbc3d3e1e0b28692c31f08f6b4c606577255078d (patch)
tree8f7201ae9d8318557b9e887aec6ab2a39b7d67f6 /testing/unit_test_main.cpp
parent6e4ecaf073843e571f4c0a72a0b6d81a01b01607 (diff)
downloadpdfium-dbc3d3e1e0b28692c31f08f6b4c606577255078d.tar.xz
Fixup Initialize spellingchromium/3097
Change-Id: Ibd8d70264d79afc0baabaa5093aceb21ee777196 Reviewed-on: https://pdfium-review.googlesource.com/5334 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'testing/unit_test_main.cpp')
-rw-r--r--testing/unit_test_main.cpp2
1 files changed, 1 insertions, 1 deletions
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();