Fix typos

This commit is contained in:
Chocobo1 2020-10-20 18:44:04 +08:00
parent e4fe3bfe35
commit 7e258bfe38
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
7 changed files with 31 additions and 31 deletions

View file

@ -1311,7 +1311,7 @@ void MainWindow::dropEvent(QDropEvent *event)
for (const QString &file : asConst(otherFiles)) {
createTorrentTriggered(file);
// currently only hande the first entry
// currently only handle the first entry
// this is a stub that can be expanded later to create many torrents at once
break;
}