refactor: fix a typo

Change-Id: I28cfaacb4f5c9cf91ee2f8995bf544152c20c029
This commit is contained in:
Felix Yan 2018-08-19 22:46:49 +08:00
parent d93bfc2217
commit 31bac3caf7
No known key found for this signature in database
GPG Key ID: 786C63F330D7CB92
Notes: gerrit 2018-08-20 09:40:33 +08:00
Verified+1: <jenkins@deepin.com>
Code-Review+2: 张丁元 <lxz@ilxz.me>
Submitted-by: 张丁元 <lxz@ilxz.me>
Submitted-at: Mon, 20 Aug 2018 09:40:33 +0800
Reviewed-on: https://cr.deepin.io/37838
Project: dde/dde-dock
Branch: refs/heads/master

View File

@ -219,7 +219,7 @@ void DockItem::onContextMenuAccepted()
void DockItem::showHoverTips()
{
// another model popup window is alread exists
// another model popup window already exists
if (PopupWindow->model())
return;
@ -279,7 +279,7 @@ void DockItem::popupWindowAccept()
void DockItem::showPopupApplet(QWidget * const applet)
{
// another model popup window is alread exists
// another model popup window already exists
if (PopupWindow->model())
return;