Fixed a typo
This commit is contained in:
parent
9efae7c27c
commit
1d6568a9d3
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ Speedtest.prototype = {
|
|||
if (this._state != 0)
|
||||
throw "You cannot change the test settings after adding server or starting the test";
|
||||
this._settings[parameter] = value;
|
||||
if(parameter === "temeletry_extra"){
|
||||
if(parameter === "telemetry_extra"){
|
||||
this._originalExtra=this._settings.telemetry_extra;
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue