From 60307df1963414ab069776f1b718ecd036b2e962 Mon Sep 17 00:00:00 2001 From: "philringnalda%gmail.com" Date: Fri, 23 Nov 2007 07:08:57 +0000 Subject: [PATCH] Bug 404912 - typo in crashreporter submit.log, r=luser, a=beltzner --- toolkit/crashreporter/client/crashreporter_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |