Fix various typos

Found via `codespell -q 3 -S *.ts,*.desktop,./src/base/3rdparty,./dist/windows/installer-translations -L ba,doas,ist,ro,ths`

PR #17317.
This commit is contained in:
luzpaz
2022-07-06 01:11:11 -04:00
committed by GitHub
parent 286df8f560
commit 8736c9ec4c
7 changed files with 8 additions and 8 deletions

View File

@@ -804,7 +804,7 @@ void TransferListWidget::exportTorrent()
if (hasError)
{
QMessageBox::warning(this, tr("Export .torrent file error")
, tr("Errors occured when exporting .torrent files. Check execution log for details."));
, tr("Errors occurred when exporting .torrent files. Check execution log for details."));
}
});