1
0
Fork 0

Fix typo in TraceBrowser.cpp

occured -> occurred
This commit is contained in:
Ikko Ashimine 2021-03-28 15:36:54 +09:00 committed by GitHub
parent c12eb532c7
commit 562f16b8ed
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;