From 76167e271bc707fcf8077305ba0714ec5075b00a Mon Sep 17 00:00:00 2001 From: Catalin Raceanu Date: Mon, 11 Jan 2021 02:57:15 +0100 Subject: [PATCH] Insert comma for clarity in a message in the sample No real changes. --- 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 ff7fd891b1..f122533028 100644 --- a/samples/webrequest/webrequest.cpp +++ b/samples/webrequest/webrequest.cpp @@ -131,7 +131,7 @@ public: wxSizer* advSizer = new wxBoxSizer(wxVERTICAL); wxStaticText* advHeader = new wxStaticText(advancedPanel, wxID_ANY, "As an example of processing data while\n" - "it's being received from the server every\n" + "it's being received from the server, every\n" "zero byte in the response will be counted below."); advSizer->Add(advHeader, wxSizerFlags().Expand().Border());