aboutsummaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
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();
}