X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fsim-monitor.js;h=eb5d1c6d2866b7485943812dce058272fb10af8b;hb=2f3e40b4e4786b84cb70848fcdcfadd040ffda4a;hp=f993410fc510c454ce3c4550accd5bb3cdae39b3;hpb=d2aeca8843fe3ffca2e73dec5b64daeef0dda938;p=nonrtric.git diff --git a/test/simulator-group/sim-monitor.js b/test/simulator-group/sim-monitor.js index f993410f..eb5d1c6d 100644 --- a/test/simulator-group/sim-monitor.js +++ b/test/simulator-group/sim-monitor.js @@ -48,7 +48,7 @@ function getSimCtr(url, index, cb) { try { http.get(url, (resp) => { - // A chunk of data has been recieved. + // A chunk of data has been received. resp.on('data', (chunk) => { data += chunk; }); @@ -73,7 +73,7 @@ function getSimCtr(url, index, cb) { } -//Format a comma separated list of data to a html-safe string with fixed fieldsizes +//Format a comma separated list of data to a html-safe string with fixed field sizes function formatDataRow(commaList) { var str = ""; var tmp=commaList.split(','); @@ -89,7 +89,7 @@ function formatDataRow(commaList) { return str; } -//Format a comma separated list of ids to a html-safe string with fixed fieldsizes +//Format a comma separated list of ids to a html-safe string with fixed field sizes function formatIdRow(commaList) { var str = ""; var tmp=commaList.split(',');