summaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2018-03-18 02:26:07 +0200
committerAndrew Lewis <nerf@judo.za.org>2018-03-18 02:26:07 +0200
commit5bc4c06dd645493a65de16dc76935260729d4a15 (patch)
treee91223e82093d8b764b4ffb7b3b78bcc706ebbfb /interface
parentf26ac3c80484ba541633906f97be8a33b4cdbd2d (diff)
downloadrspamd-5bc4c06dd645493a65de16dc76935260729d4a15.tar.gz
rspamd-5bc4c06dd645493a65de16dc76935260729d4a15.zip
[Fix] Fix some typos
Diffstat (limited to 'interface')
-rw-r--r--interface/js/app/upload.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/js/app/upload.js b/interface/js/app/upload.js
index caeb88d64..f56ff9105 100644
--- a/interface/js/app/upload.js
+++ b/interface/js/app/upload.js
@@ -194,7 +194,7 @@ function($) {
if (source == 'fuzzy') {
//To access the proper
headers.flag = $('#fuzzyFlagText').val();
- headers.weigth = $('#fuzzyWeightText').val();
+ headers.weight = $('#fuzzyWeightText').val();
} else {
data = $('#' + source + 'TextSource').val();
}