diff --git a/toolkit/crashreporter/client/crashreporter_win.cpp b/toolkit/crashreporter/client/crashreporter_win.cpp index 8303ae65e67..7ee624bb616 100644 --- a/toolkit/crashreporter/client/crashreporter_win.cpp +++ b/toolkit/crashreporter/client/crashreporter_win.cpp @@ -229,7 +229,7 @@ static string FormatLastError() { DWORD err = GetLastError(); LPWSTR s; - string message = "Crash report submision failed: "; + string message = "Crash report submission failed: "; // odds are it's a WinInet error HANDLE hInetModule = GetModuleHandle(L"WinInet.dll"); if(FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |