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:
@@ -198,7 +198,7 @@ SubversionDiffEditorController::SubversionDiffEditorController(
|
||||
: VcsBaseDiffEditorController(document, SubversionPlugin::instance()->client(), workingDirectory)
|
||||
, m_state(Idle)
|
||||
{
|
||||
forceContextLineCount(3); // SVN can not change that when using internal diff
|
||||
forceContextLineCount(3); // SVN cannot change that when using internal diff
|
||||
}
|
||||
|
||||
void SubversionDiffEditorController::setFilesList(const QStringList &filesList)
|
||||
|
||||
Reference in New Issue
Block a user