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
This commit is contained in:
philringnalda%gmail.com 2007-11-23 07:08:57 +00:00
parent eff047bd4f
commit a6dfd20e2f

View File

@ -229,7 +229,7 @@ static string FormatLastError()
{ {
DWORD err = GetLastError(); DWORD err = GetLastError();
LPWSTR s; LPWSTR s;
string message = "Crash report submision failed: "; string message = "Crash report submission failed: ";
// odds are it's a WinInet error // odds are it's a WinInet error
HANDLE hInetModule = GetModuleHandle(L"WinInet.dll"); HANDLE hInetModule = GetModuleHandle(L"WinInet.dll");
if(FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | if(FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |