diff --git a/modules/isDataView.js b/modules/isDataView.js index b6b7ce052..d1b7836e0 100644 --- a/modules/isDataView.js +++ b/modules/isDataView.js @@ -8,7 +8,7 @@ var isDataView = tagTester('DataView'); // In IE 10 - Edge 13, we need a different heuristic // to determine whether an object is a `DataView`. // Also, in cases where the native `DataView` is -// overriden we can't rely on the tag itself. +// overridden we can't rely on the tag itself. function alternateIsDataView(obj) { return obj != null && isFunction(obj.getInt8) && isArrayBuffer(obj.buffer); } diff --git a/test/vendor/qunit.js b/test/vendor/qunit.js index 2222fec63..d8ae9b36b 100755 --- a/test/vendor/qunit.js +++ b/test/vendor/qunit.js @@ -4499,7 +4499,7 @@ // Exact case-insensitive match of the module name QUnit.config.module = urlParams.module; - // Regular expression or case-insenstive substring match against "moduleName: testName" + // Regular expression or case-insensitive substring match against "moduleName: testName" QUnit.config.filter = urlParams.filter; // Test order randomization diff --git a/underscore-esm.js b/underscore-esm.js index bb8716545..cc5fdf650 100644 --- a/underscore-esm.js +++ b/underscore-esm.js @@ -154,7 +154,7 @@ var isDataView = tagTester('DataView'); // In IE 10 - Edge 13, we need a different heuristic // to determine whether an object is a `DataView`. // Also, in cases where the native `DataView` is -// overriden we can't rely on the tag itself. +// overridden we can't rely on the tag itself. function alternateIsDataView(obj) { return obj != null && isFunction$1(obj.getInt8) && isArrayBuffer(obj.buffer); } diff --git a/underscore-node-f.cjs b/underscore-node-f.cjs index a225323df..1a1d21261 100644 --- a/underscore-node-f.cjs +++ b/underscore-node-f.cjs @@ -156,7 +156,7 @@ var isDataView = tagTester('DataView'); // In IE 10 - Edge 13, we need a different heuristic // to determine whether an object is a `DataView`. // Also, in cases where the native `DataView` is -// overriden we can't rely on the tag itself. +// overridden we can't rely on the tag itself. function alternateIsDataView(obj) { return obj != null && isFunction$1(obj.getInt8) && isArrayBuffer(obj.buffer); } diff --git a/underscore-umd.js b/underscore-umd.js index a5a54abc6..a6d964bd4 100644 --- a/underscore-umd.js +++ b/underscore-umd.js @@ -163,7 +163,7 @@ // In IE 10 - Edge 13, we need a different heuristic // to determine whether an object is a `DataView`. // Also, in cases where the native `DataView` is - // overriden we can't rely on the tag itself. + // overridden we can't rely on the tag itself. function alternateIsDataView(obj) { return obj != null && isFunction$1(obj.getInt8) && isArrayBuffer(obj.buffer); } diff --git a/underscore.js b/underscore.js index a5a54abc6..a6d964bd4 100644 --- a/underscore.js +++ b/underscore.js @@ -163,7 +163,7 @@ // In IE 10 - Edge 13, we need a different heuristic // to determine whether an object is a `DataView`. // Also, in cases where the native `DataView` is - // overriden we can't rely on the tag itself. + // overridden we can't rely on the tag itself. function alternateIsDataView(obj) { return obj != null && isFunction$1(obj.getInt8) && isArrayBuffer(obj.buffer); }