From 58ad18adf35bc780fcd2683aff58c4de56d3c3ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20R=C4=83ceanu?= Date: Fri, 2 Nov 2018 15:56:25 +0100 Subject: [PATCH] Update samples/webrequest/webrequest.cpp Co-Authored-By: TcT2k --- samples/webrequest/webrequest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/webrequest/webrequest.cpp b/samples/webrequest/webrequest.cpp index 7e6930d124..5d3b1928e2 100644 --- a/samples/webrequest/webrequest.cpp +++ b/samples/webrequest/webrequest.cpp @@ -220,7 +220,7 @@ public: m_startButton->Disable(); - // Start the request (events will be called on success or failure) + // Start the request (events will be sent on success or failure) request->Start(); }