mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-29 18:54:52 +01:00
Fix a handful of comment spelling errors (Issue 385)
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@682 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
bb87ebd809
commit
9fc5812260
4 changed files with 7 additions and 7 deletions
|
|
@ -189,7 +189,7 @@ TEST_F(MinidumpProcessorTest, TestCorruptMinidumps) {
|
|||
MinidumpProcessor processor(&supplier, &resolver);
|
||||
ProcessState state;
|
||||
|
||||
EXPECT_EQ(processor.Process("nonexistant minidump", &state),
|
||||
EXPECT_EQ(processor.Process("nonexistent minidump", &state),
|
||||
google_breakpad::PROCESS_ERROR_MINIDUMP_NOT_FOUND);
|
||||
|
||||
EXPECT_CALL(dump, path()).WillRepeatedly(Return("mock minidump"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue