diff options
-rw-r--r-- | components/crash/app/breakpad_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/crash/app/breakpad_mac.mm b/components/crash/app/breakpad_mac.mm index ccbc7d3..deb7524 100644 --- a/components/crash/app/breakpad_mac.mm +++ b/components/crash/app/breakpad_mac.mm @@ -237,7 +237,7 @@ void InitCrashReporter(const std::string& process_type) { // Initialize Breakpad. gBreakpadRef = BreakpadCreate(breakpad_config); if (!gBreakpadRef) { - LOG_IF(ERROR, base::mac::AmIBundled()) << "Breakpad initializaiton failed"; + LOG_IF(ERROR, base::mac::AmIBundled()) << "Breakpad initialization failed"; return; } |