Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit b1de5aa

Browse files
committed
Merge pull request #484 from jamestalmage/patch-2
Fix Spelling errors in utils.js
2 parents d6cd12b + 9a20c9b commit b1de5aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
}
7878

7979
// clears the current wait timer and creates a new one
80-
// however, if maxWait is exceeded, calles runNow() immediately
80+
// however, if maxWait is exceeded, calls runNow() immediately
8181
function resetTimer() {
8282
if( cancelTimer ) {
8383
cancelTimer();
@@ -130,7 +130,7 @@
130130
if( !maxWait ) { maxWait = wait*10 || 100; }
131131

132132
// clears the current wait timer and creates a new one
133-
// however, if maxWait is exceeded, calles runNow() immediately
133+
// however, if maxWait is exceeded, calls runNow() immediately
134134
function resetTimer() {
135135
if( cancelTimer ) {
136136
cancelTimer();

0 commit comments

Comments
 (0)