From a6dfd20e2f1d8b56fca8185d3e841a68de9fe50c 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 git-svn-id: svn://10.0.0.236/trunk@239857 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/crashreporter/client/crashreporter_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/toolkit/crashreporter/client/crashreporter_win.cpp b/mozilla/toolkit/crashreporter/client/crashreporter_win.cpp index 8303ae65e67..7ee624bb616 100644 --- a/mozilla/toolkit/crashreporter/client/crashreporter_win.cpp +++ b/mozilla/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 |