Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Mar 27, 2024
1 parent 01f7b78 commit 5437f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/downloadfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ bool FileDownload::Read(const wxString& url)
while (!m_statusHasBeenProcessed)
{
wxYield();

if (m_timedOut)
{
request.Cancel();
Expand Down Expand Up @@ -435,7 +435,7 @@ void FileDownload::ProcessRequest(wxWebRequestEvent& evt)
evt.GetRequest().GetBytesExpectedToReceive())
{
// Don't bother loading the response info;
// only Download uses then and will fill in respone info manually
// only Download uses then and will fill in response info manually
// if this error occurs.
m_downloadTooSmall = true;
}
Expand Down

0 comments on commit 5437f3b

Please sign in to comment.