QCustomPlot: Fix spelling

This commit is contained in:
John Thacker 2022-11-18 07:49:51 -05:00
parent c90ba8c1b1
commit f60e35e481
1 changed files with 1 additions and 1 deletions

View File

@ -17285,7 +17285,7 @@ void QCPSelectionDecoratorBracket::drawBracket(QCPPainter *painter, int directio
}
default:
{
qDebug() << Q_FUNC_INFO << "unknown/custom bracket style can't be handeld by default implementation:" << static_cast<int>(mBracketStyle);
qDebug() << Q_FUNC_INFO << "unknown/custom bracket style can't be handled by default implementation:" << static_cast<int>(mBracketStyle);
break;
}
}