diff options
author | Andrew Lewis <nerf@judo.za.org> | 2018-03-18 02:26:07 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2018-03-18 02:26:07 +0200 |
commit | 5bc4c06dd645493a65de16dc76935260729d4a15 (patch) | |
tree | e91223e82093d8b764b4ffb7b3b78bcc706ebbfb /interface | |
parent | f26ac3c80484ba541633906f97be8a33b4cdbd2d (diff) | |
download | rspamd-5bc4c06dd645493a65de16dc76935260729d4a15.tar.gz rspamd-5bc4c06dd645493a65de16dc76935260729d4a15.zip |
[Fix] Fix some typos
Diffstat (limited to 'interface')
-rw-r--r-- | interface/js/app/upload.js | 2 |
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(); } |