File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ void InitCrashReporter() {
195
195
[resource_path stringByAppendingPathComponent:@"crash_report_sender.app"];
196
196
NSString *reporter_location =
197
197
[[NSBundle bundleWithPath:reporter_bundle_location] executablePath];
198
- #endif
198
+ #endif
199
199
200
200
VLOG (1 ) << " resource_path: " << [resource_path UTF8String ];
201
201
VLOG (1 ) << " inspector_location: " << [inspector_location UTF8String ];
@@ -235,7 +235,7 @@ void InitCrashReporter() {
235
235
// Initialize Breakpad.
236
236
gBreakpadRef = BreakpadCreate (breakpad_config);
237
237
if (!gBreakpadRef ) {
238
- LOG_IF (ERROR, base::mac::AmIBundled ()) << " Breakpad initializaiton failed" ;
238
+ LOG_IF (ERROR, base::mac::AmIBundled ()) << " Breakpad initialization failed" ;
239
239
return ;
240
240
}
241
241
You can’t perform that action at this time.
0 commit comments