spelling: occurring

This commit is contained in:
Josh Soref 2017-03-07 07:36:04 +00:00
parent 6eb7c6e01e
commit 92903185d2

View file

@ -1781,7 +1781,7 @@ print [[";
.addClass("label label-danger")
.html("[" + Math.round(rsp.flow_export_drops / rsp.flow_export_count * 100 * 1000) / 1000 + "%]");
} else {
/* If rsp.flow_export_count means that only drops have been occuring so it is meaningless to print a pct */
/* If rsp.flow_export_count means that only drops have been occurring so it is meaningless to print a pct */
$('#exported_flows_drops_pct').removeClass().html("");
}
} else {