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

@ -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');