From bec0386d494830874ddd9c421674fb30e76b7326 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 26 Mar 2014 06:01:48 -0700 Subject: [PATCH] MGR: Fix typo in a comment. --- clientgui/BOINCTaskCtrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/BOINCTaskCtrl.cpp b/clientgui/BOINCTaskCtrl.cpp index cec935f1c5..9a85ad9cdf 100644 --- a/clientgui/BOINCTaskCtrl.cpp +++ b/clientgui/BOINCTaskCtrl.cpp @@ -267,7 +267,7 @@ bool CBOINCTaskCtrl::OnRestoreState(wxConfigBase* pConfig) { // Work around a problem on Windows where clicking on a button -// in the wwb sites Task Item Group sometimes causes the task +// in the web sites Task Item Group sometimes causes the task // control panel to scroll but does not send the button clicked // event. This is because the task control panel is the parent // of the Task Item Group's wxStaticBox, which is the parent of