summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-12-07 19:29:49 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-12-07 19:38:49 +0900
commit878461f96730b0930c5f397a205d0239ad034fe5 (patch)
tree1b6763fe71b866b4af4fb9c8ab14e1ba6fffb823 /desktop
parentconvert PolyFlags to scoped enum (diff)
downloadcore-878461f96730b0930c5f397a205d0239ad034fe5.tar.gz
core-878461f96730b0930c5f397a205d0239ad034fe5.zip
Fix typo in comments: et -> ed
Change-Id: I447c46cc3d66c7f482314626826dd708bf1c01c4
Diffstat (limited to 'desktop')
-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 763ecf0040b7..2167231e826d 100644
--- a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
+++ b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
@@ -770,7 +770,7 @@ void ExtensionCmdQueue::Thread::execute()
catch ( const ucb::CommandFailedException & )
{
//This exception is thrown when a user clicked cancel in the messagebox which was
- //startet by the interaction handler. For example the user will be asked if he/she
+ //started by the interaction handler. For example the user will be asked if he/she
//really wants to install the extension.
//These interaction are run for exactly one extension at a time. Therefore we continue
//with installing the remaining extensions.