rdmenezes / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

Typo in HttpRequestSender.cpp #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Line 211 of reporting/crashsender/HttpRequestSender.cpp contains a small typo:

    m_Assync->SetProgress(_T("Reading server responce..."), 0);

This should be "Reading server response", rather than "responce".

Original issue reported on code.google.com by dairgr...@gmail.com on 4 Apr 2011 at 11:20

GoogleCodeExporter commented 9 years ago

Original comment by zexspect...@gmail.com on 6 Apr 2011 at 2:28

GoogleCodeExporter commented 9 years ago
Fixed in v.1.2.10.

Original comment by zexspect...@gmail.com on 22 May 2011 at 10:48