From 7e258bfe389c412226e0ab48608eb2267caab514 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Tue, 20 Oct 2020 18:44:04 +0800 Subject: [PATCH] Fix typos --- Changelog | 28 +++++++++---------- src/app/qtlocalpeer/qtlockedfile.cpp | 4 +-- src/base/bittorrent/magneturi.cpp | 2 +- src/gui/mainwindow.cpp | 2 +- src/webui/www/private/scripts/contextmenu.js | 2 +- src/webui/www/private/scripts/dynamicTable.js | 6 ++-- src/webui/www/private/views/rss.html | 18 ++++++------ 7 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Changelog b/Changelog index 550120e43..80a6cf330 100644 --- a/Changelog +++ b/Changelog @@ -86,7 +86,7 @@ Tue Dec 03 2019 - sledgehammer999 - v4.2.0 - BUGFIX: Remove the max half-open connections option (thalieht) - BUGFIX: Center align the section labels in advanced settings (thalieht) - BUGFIX: Add documentation links to some advanced settings (thalieht) - - BUGFIX: Impove DownloadManager code (glassez) + - BUGFIX: Improve DownloadManager code (glassez) - BUGFIX: Limit DownloadHandler max redirection to 20 (Chocobo1) - BUGFIX: Log DownloadManager SSL errors (Chocobo1) - BUGFIX: Force recheck multiple torrents one by one (glassez) @@ -317,10 +317,10 @@ Tue Dec 03 2019 - sledgehammer999 - v4.2.0 - BUGFIX: Restore torrent in two steps (glassez) - BUGFIX: Improve scaling of speed graphs (dzmat) - BUGFIX: Add isNetworkFileSystem() detection on Windows. This allows network mounts to be monitored correctly by polling timer. (Chocobo1) - - BUGFIX: Reduce horizontal graphs resolution. Improves perfomance. (dzmat) + - BUGFIX: Reduce horizontal graphs resolution. Improves performance. (dzmat) - BUGFIX: Don't recheck just checked torrent (mj-p, glassez) - BUGFIX: Add SMB2 magic number (Chocobo1) - - BUGFIX: Restore startup perfomance to v4.1.2 times. Needs at least libtorrent 1.1.10 (sledgehammer999) + - BUGFIX: Restore startup performance to v4.1.2 times. Needs at least libtorrent 1.1.10 (sledgehammer999) - BUGFIX: Make strings actually translatable (sledgehammer999) - WEBUI: Handle downloading .torrent file as success (Tom Piccirello) - WEBUI: Fix Alternative Web UI to be available (glassez) @@ -391,7 +391,7 @@ Tue Dec 03 2019 - sledgehammer999 - v4.2.0 - BUGFIX: Improve torrent initialization (glassez) - BUGFIX: Save resume data on torrent change events (glassez) - BUGFIX: Increase default resume data save interval (Chocobo1) - - BUGFIX: Work around crash when procesing recursive download. Closes #9086 (Chocobo1) + - BUGFIX: Work around crash when processing recursive download. Closes #9086 (Chocobo1) - BUGFIX: Reduce queries to python version (Chocobo1) - BUGFIX: Disable certain mouse wheel events in Options dialog (Chocobo1) - WEBUI: Send all rechecks in one request (Thomas Piccirello) @@ -878,7 +878,7 @@ Tue Dec 03 2019 - sledgehammer999 - v4.2.0 - COSMETIC: Change RSS view layout to horizontal. Closes #5920. (Chocobo1) - OSX: Fix crash on exit using Qt4. (Yez Ezey) - OSX: Change QSettings to IniFormat on macOS. Closes #5770 #5808. (Yez Ezey) - - LINUX: Workaround a Qt5 bug which results in a flood of network interface change singals. (Eugene Shalygin) + - LINUX: Workaround a Qt5 bug which results in a flood of network interface change signals. (Eugene Shalygin) - OTHER: Turkish translation for installer. (Burak Yavuz) - OTHER: Update portugueseBR for installer. (DaRKSoM) - OTHER: Update portuguese for installer. (EdwardLinux) @@ -895,7 +895,7 @@ Tue Dec 03 2019 - sledgehammer999 - v4.2.0 - SEARCH: Remove KickassTorrents search engine (ngosang) - SEARCH: Remove BTDigg search engine (ngosang) - SEARCH: Update Torrentz search engine (ngosang) - + * Wed Jul 20 2016 - sledgehammer999 - v3.3.6 - BUGFIX: Do not create save folder in advance (glassez) - BUGFIX: Fix upper-bound limit of command line for "Run External Program" in Windows. Closes #5399. (Chocobo1) @@ -1208,7 +1208,7 @@ Tue Dec 03 2019 - sledgehammer999 - v4.2.0 * Sun Aug 02 2015 - sledgehammer999 - v3.2.3 - BUGFIX: Fix crash when closing a search tab while search is running (pmzqla) - SEARCH: Other minor search fixes and improvements (pmzqla) - + * Sat Aug 01 2015 - sledgehammer999 - v3.2.2 - FEATURE: Allow to force reannounce DHT too (Chocobo1) - FEATURE: Implement an option to disable confirmation of torrent recheck (blaxspirit) @@ -1585,7 +1585,7 @@ Tue Dec 03 2019 - sledgehammer999 - v4.2.0 - BUGFIX: Correctly update tracker tier number in the trackers tab. Closes #1075. (sledgehammer999) - BUGFIX: Speed improvements.(sledgehammer999) - OTHER: Updated translations. - + * Tue Nov 05 2013 - sledgehammer999 - v3.1.2 - BUGFIX: Fix WebUI gzip compression. Closes #1037. (sledgehammer999) - BUGFIX: Fix compilation with qt < 4.8.0. Closes #1043. (sledgehammer999) @@ -1637,7 +1637,7 @@ Tue Dec 03 2019 - sledgehammer999 - v4.2.0 - BUGFIX: Enable edit/rename via F2 or double click in various places(Gelmir) - BUGFIX: Allow to edit trackers and copy their urls(Gelmir and Driim) - BUGFIX: Add Uploaded column to main view(Gelmir) - - BUGFIX: Calculate ETA for seeding torrents(Gelmir) + - BUGFIX: Calculate ETA for seeding torrents(Gelmir) - BUGFIX: Add option to ignore global share ratio limits for created torrents(Gelmir) - OTHER: Many RSS bugfixes and improvements all over the place(Gelmir) - OTHER: Generate translations at configure time to reduce tarball size @@ -1659,7 +1659,7 @@ Tue Dec 03 2019 - sledgehammer999 - v4.2.0 - BUGFIX: Use system language as default language. Closes #780 (sledgehammer999) - BUGFIX: Move completed files to .unwanted folder when they are unselected by the user (constantined) - BUGFIX: Show delete action when multiple feeds are selected (Gelmir) - - BUGFIX: Use Unicode for libtorrent alert messages (Gelmir) + - BUGFIX: Use Unicode for libtorrent alert messages (Gelmir) - OTHER: Update translations - WINDOWS: Shave off ~4MB from the binary size (sledgehammer999) - WINDOWS: Remove wrong dependency on msvc2008 runtime (sledgehammer999) @@ -1687,7 +1687,7 @@ Tue Dec 03 2019 - sledgehammer999 - v4.2.0 - LIBTORRENT: Cache can now be returned to the OS (0.16.10) - PERFORMANCE: Improve drawing speed of tranferlist when there are many torrents(>100) (sledgehammer999) - PERFORMANCE: Improve drawing speed of peers list when there are many peers (sledgehammer999) - + * Sat Mar 16 2013 - Christophe Dumez - v3.0.9 - BUGFIX: Raise qBittorrent windows when another instance is launched - BUGFIX: Show human readable names for network interfaces in preferences (Windows) @@ -1894,7 +1894,7 @@ Tue Dec 03 2019 - sledgehammer999 - v4.2.0 - BUGFIX: Cleaner program exit on system log out - BUGFIX: Fix possible magnet link parsing problems - BUGFIX: Fix possible RSS URL parsing problems - - COSMETIC: Added monochrome icon for light themes + - COSMETIC: Added monochrome icon for light themes * Sun Mar 20 2011 - Christophe Dumez - v2.7.0 - FEATURE: Added search field for torrent content @@ -2225,7 +2225,7 @@ Tue Dec 03 2019 - sledgehammer999 - v4.2.0 - FEATURE: Added "Unread" item to RSS feed list to display all unread news - FEATURE: If a torrent contains a torrent file, process downloaded torrent file too - FEATURE: A random listening port can be chosen automatically - - BUGFIX: torrent resume code rewrited + - BUGFIX: torrent resume code rewritten - BUGFIX: Fixed uTorrent spoofing code - BUGFIX: Greatly improved column sorting code - BUGFIX: Possibility to create trackerless torrents @@ -2347,7 +2347,7 @@ Tue Dec 03 2019 - sledgehammer999 - v4.2.0 - BUGFIX: Removed "disconnected" connection state, detection was far from perfect - BUGFIX: Torrents are no longer starting from scratch when changing default save path (when torrent addition dialog is disabled) - BUGFIX: Single instance code is now more reliable on Qt >= 4.4 - - COSMETIC: Transfer speed, ratio, connection status and DHT nodes are displayed in status bar + - COSMETIC: Transfer speed, ratio, connection status and DHT nodes are displayed in status bar - COSMETIC: RSS Tab is now hidden as a default - COSMETIC: Allow to hide or display top toolbar - COSMETIC: Log is now in a separate dialog diff --git a/src/app/qtlocalpeer/qtlockedfile.cpp b/src/app/qtlocalpeer/qtlockedfile.cpp index f3041c56c..d74e808f8 100644 --- a/src/app/qtlocalpeer/qtlockedfile.cpp +++ b/src/app/qtlocalpeer/qtlockedfile.cpp @@ -178,8 +178,8 @@ QtLockedFile::LockMode QtLockedFile::lockMode() const can be locked. If \a block is true, this function will block until the lock is - aquired. If \a block is false, this function returns \e false - immediately if the lock cannot be aquired. + acquired. If \a block is false, this function returns \e false + immediately if the lock cannot be acquired. If this object already has a lock of type \a mode, this function returns \e true immediately. If this object has a lock of a diff --git a/src/base/bittorrent/magneturi.cpp b/src/base/bittorrent/magneturi.cpp index 9cb79e4c0..4800cb41a 100644 --- a/src/base/bittorrent/magneturi.cpp +++ b/src/base/bittorrent/magneturi.cpp @@ -42,7 +42,7 @@ namespace { bool isBitTorrentInfoHash(const QString &string) { - // There are 2 represenations for BitTorrent info hash: + // There are 2 representations for BitTorrent info hash: // 1. 40 chars hex-encoded string // == 20 (SHA-1 length in bytes) * 2 (each byte maps to 2 hex characters) // 2. 32 chars Base32 encoded string diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index ced14d001..c3b729eb5 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -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; } diff --git a/src/webui/www/private/scripts/contextmenu.js b/src/webui/www/private/scripts/contextmenu.js index b4fdec732..19089e67d 100644 --- a/src/webui/www/private/scripts/contextmenu.js +++ b/src/webui/www/private/scripts/contextmenu.js @@ -548,7 +548,7 @@ window.qBittorrent.ContextMenu = (function() { this.menu.getElement('a[href$=newSubscription]').parentNode.addClass('separator'); switch (selectedRows.length) { case 0: - // remove seperator on top of newSubscription entry to avoid double line + // remove separator on top of newSubscription entry to avoid double line this.menu.getElement('a[href$=newSubscription]').parentNode.removeClass('separator'); // menu when nothing selected this.hideItem('update'); diff --git a/src/webui/www/private/scripts/dynamicTable.js b/src/webui/www/private/scripts/dynamicTable.js index 8b5f1015e..41f84d861 100644 --- a/src/webui/www/private/scripts/dynamicTable.js +++ b/src/webui/www/private/scripts/dynamicTable.js @@ -2062,9 +2062,9 @@ window.qBittorrent.DynamicTable = (function() { } row['data'] = {}; tds[0].style.overflow = 'visible'; - let indentaion = row.full_data.indentaion; - tds[0].style.paddingLeft = (indentaion * 32 + 4) + 'px'; - tds[1].style.paddingLeft = (indentaion * 32 + 4) + 'px'; + let indentation = row.full_data.indentation; + tds[0].style.paddingLeft = (indentation * 32 + 4) + 'px'; + tds[1].style.paddingLeft = (indentation * 32 + 4) + 'px'; }, updateIcons: function() { // state_icon diff --git a/src/webui/www/private/views/rss.html b/src/webui/www/private/views/rss.html index 5bf625d2c..b81061266 100644 --- a/src/webui/www/private/views/rss.html +++ b/src/webui/www/private/views/rss.html @@ -428,14 +428,14 @@ return torrentDate; })()); - // Place in iframe with sandbox atribute to prevent js execution + // Place in iframe with sandbox attribute to prevent js execution let torrentDescription = document.createRange().createContextualFragment(''); $('rssDetailsView').append(torrentDescription); document.getElementById('rssDescription').srcdoc = '' + article.description + ""; - + //calculate height to fill screen document.getElementById('rssDescription').style.height = - "calc(100% - " + document.getElementById('rssTorrentDetailsName').offsetHeight + "px - " + + "calc(100% - " + document.getElementById('rssTorrentDetailsName').offsetHeight + "px - " + document.getElementById('rssTorrentDetailsDate').offsetHeight + "px - 5px)"; } }; @@ -474,7 +474,7 @@ }; recFlatten(response); - // check if rows matche flattend response + // check if rows matches flattened response let match = false; if (rssFeedTable.rows.getLength() - 1 === flattenedResp.length) { match = true; @@ -551,7 +551,7 @@ showRssFeed(r.fullName); } else { - // calculate read differnce and update feed data + // calculate read difference and update feed data let readDifference = 0; let readChanged = false; for (let i = 0; i < r.articles.length; ++i) { @@ -570,7 +570,7 @@ rssFeedTable.rows.filter((row) => r.fullName.slice(0, row.full_data.dataPath.length) === row.full_data.dataPath) .each((row) => row.full_data.unread += readDifference); - // if feed that is opened changed update dynamicly + // if feed that is opened changed update dynamically if (openedFeedPath !== undefined && r.fullName.slice(0, openedFeedPath.length) === openedFeedPath) { for (let i = 0; i < r.articles.length; ++i) { let matchingRow = rssArticleTable.rows.filter((row) => row.full_data.feedUid === r.uid) @@ -599,7 +599,7 @@ name: 'Unread', unread: 0, status: 'unread', - indentaion: 0, + indentation: 0, dataUid: '', dataUrl: '', dataPath: '' @@ -613,7 +613,7 @@ name: dataEntry.name, unread: 0, status: 'isFolder', - indentaion: dataEntry.depth, + indentation: dataEntry.depth, dataUid: '', dataUrl: '', dataPath: dataEntry.fullName @@ -631,7 +631,7 @@ name: dataEntry.name, unread: 0, status: status, - indentaion: dataEntry.depth, + indentation: dataEntry.depth, dataUid: dataEntry.uid, dataUrl: dataEntry.url, dataPath: dataEntry.fullName