Index: sdk/lib/_internal/js_runtime/lib/preambles/d8.js |
diff --git a/sdk/lib/_internal/js_runtime/lib/preambles/d8.js b/sdk/lib/_internal/js_runtime/lib/preambles/d8.js |
index b67593a64c53dbe86522039ed7bffaef8cea8b9d..be4ad33908d8824d1320d538cb7afcc6e2ad8db2 100644 |
--- a/sdk/lib/_internal/js_runtime/lib/preambles/d8.js |
+++ b/sdk/lib/_internal/js_runtime/lib/preambles/d8.js |
@@ -77,7 +77,7 @@ if (typeof global != "undefined") self = global; // Node.js. |
// That field is cleared when the timer is cancelled, but it is not returned |
// from the queue until its time comes. |
var timerIds = {}; |
- var timerIdCounter = 1; // Counter used to assing ids. |
+ var timerIdCounter = 1; // Counter used to assign ids. |
// Zero-timer queue as simple array queue using push/shift. |
var zeroTimerQueue = []; |