1
0
Fork 0

Merge pull request #2619 from eltociear/patch-1

Fix typo in TraceBrowser.cpp
This commit is contained in:
Duncan Ogilvie 2021-04-16 10:43:01 +02:00 committed by GitHub
commit a896e3e16c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ QString TraceBrowser::paintContent(QPainter* painter, dsint rowBase, int rowOffs
}
if(mTraceFile->isError())
{
GuiAddLogMessage(tr("An error occured when reading trace file.\r\n").toUtf8().constData());
GuiAddLogMessage(tr("An error occurred when reading trace file.\r\n").toUtf8().constData());
mTraceFile->Close();
delete mTraceFile;
mTraceFile = nullptr;