Fix typos

This commit is contained in:
Chocobo1
2023-06-25 15:45:18 +08:00
parent 88bd4f270f
commit 6680fdda18
71 changed files with 164 additions and 164 deletions

View File

@@ -31,7 +31,7 @@ window.qBittorrent.MultiRename = (function() {
this.onChanged(this.matchedFiles);
},
useRegex: false,
matchAllOccurences: false,
matchAllOccurrences: false,
caseSensitive: false,
// Replacement Options
@@ -129,7 +129,7 @@ window.qBittorrent.MultiRename = (function() {
// Setup regex flags
let regexFlags = "";
if (this.matchAllOccurences) { regexFlags += "g"; }
if (this.matchAllOccurrences) { regexFlags += "g"; }
if (!this.caseSensitive) { regexFlags += "i"; }
// Setup regex search