Fix a typo: DONT -> DON'T

Change-Id: I13999f6944aeb6a849b099f8b1d865fa016c60fb
This commit is contained in:
Felix Yan 2017-04-07 15:10:29 +08:00 committed by Deepin Code Review
parent ac6232d0a6
commit bb78359063
Notes: Deepin Code Review 2017-04-07 17:09:50 +08:00
Code-Review+2: 石博文 <sbw@sbw.so>
Verified+1: Anonymous Coward #1000004
Submitted-by: 石博文 <sbw@sbw.so>
Submitted-at: Fri, 07 Apr 2017 17:09:50 +0800
Reviewed-on: https://cr.deepin.io/22134
Project: dde/dde-dock
Branch: refs/heads/master

View File

@ -16,7 +16,7 @@ class PluginsItemInterface
public:
///
/// \brief ~PluginsItemInterface
/// DONT try to delete m_proxyInter.
/// DON'T try to delete m_proxyInter.
///
virtual ~PluginsItemInterface() {}
@ -31,7 +31,7 @@ public:
/// init your plugins, you need to save proxyInter to m_proxyInter
/// member variable. but you shouldn't free this pointer.
/// \param proxyInter
/// DONT try to delete this pointer.
/// DON'T try to delete this pointer.
///
virtual void init(PluginProxyInterface *proxyInter) = 0;
///