forked from qt-creator/qt-creator
Fix frequent typo
can not -> cannot Change-Id: Ie872ada1bc9b4ed64bffb667c2e44dbb13b4ad11 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -111,7 +111,7 @@ void InfoBar::suppressInfo(Id id)
|
||||
m_suppressed << id;
|
||||
}
|
||||
|
||||
// Info can not be added more than once, or if it is suppressed
|
||||
// Info cannot be added more than once, or if it is suppressed
|
||||
bool InfoBar::canInfoBeAdded(Id id) const
|
||||
{
|
||||
return !containsInfo(id) && !m_suppressed.contains(id) && !globallySuppressed.contains(id);
|
||||
|
||||
Reference in New Issue
Block a user