summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2010-12-05 14:52:57 +0100
committerDavid Tardon <dtardon@redhat.com>2010-12-05 14:52:57 +0100
commitebe931d8572c6698e97907cf042ccd471a15e2b7 (patch)
tree7471e59c4bfca7e3cbb00c674d8e07b8e703f5b9
parent0605b5a9d82f8dcd11469a89b71b60853ddac89b (diff)
fix comment
-rw-r--r--desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
index d84ec92cc0..867023bac0 100644
--- a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
+++ b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
@@ -972,7 +972,7 @@ void ExtensionCmdQueue::Thread::_checkForUpdates(
if ( ( pUpdateDialog->Execute() == RET_OK ) && !vData.empty() )
{
- // If there is at least one directly downloadable dialog then we
+ // If there is at least one directly downloadable extension then we
// open the install dialog.
::std::vector< UpdateData > dataDownload;
int countWebsiteDownload = 0;