codespell

This commit is contained in:
Aaron Miller 2023-07-12 12:47:09 -04:00 committed by AT
parent 10ca2c4475
commit 5df4f1bf8c

View File

@ -936,7 +936,7 @@ void ModelList::handleModelsJsonDownloadFinished()
void ModelList::handleModelsJsonDownloadErrorOccurred(QNetworkReply::NetworkError code)
{
// TODO: Show what error occured in the GUI
// TODO: Show what error occurred in the GUI
m_asyncModelRequestOngoing = false;
emit asyncModelRequestOngoingChanged();