Skip to content

Commit 7440c58

Browse files
committed
Fix typo in breakpad_mac.mm
1 parent d0f06d6 commit 7440c58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/breakpad_mac.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ void InitCrashReporter() {
195195
[resource_path stringByAppendingPathComponent:@"crash_report_sender.app"];
196196
NSString *reporter_location =
197197
[[NSBundle bundleWithPath:reporter_bundle_location] executablePath];
198-
#endif
198+
#endif
199199

200200
VLOG(1) << "resource_path: " << [resource_path UTF8String];
201201
VLOG(1) << "inspector_location: " << [inspector_location UTF8String];
@@ -235,7 +235,7 @@ void InitCrashReporter() {
235235
// Initialize Breakpad.
236236
gBreakpadRef = BreakpadCreate(breakpad_config);
237237
if (!gBreakpadRef) {
238-
LOG_IF(ERROR, base::mac::AmIBundled()) << "Breakpad initializaiton failed";
238+
LOG_IF(ERROR, base::mac::AmIBundled()) << "Breakpad initialization failed";
239239
return;
240240
}
241241

0 commit comments

Comments
 (0)