Skip to content

Commit c97d38b

Browse files
author
rsa
committed
Fixed typos
1 parent 8c732cd commit c97d38b

9 files changed

+16
-16
lines changed

dist/source-map.debug.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/source-map.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ return /******/ (function(modules) { // webpackBootstrap
13641364

13651365
/**
13661366
* A data structure to provide a sorted view of accumulated mappings in a
1367-
* performance conscious manner. It trades a neglibable overhead in general
1367+
* performance conscious manner. It trades a negligible overhead in general
13681368
* case for a large speedup in case of mappings being added in order.
13691369
*/
13701370
function MappingList() {
@@ -1688,7 +1688,7 @@ return /******/ (function(modules) { // webpackBootstrap
16881688
*
16891689
* - version: Which version of the source map spec this map is following.
16901690
* - sources: An array of URLs to the original source files.
1691-
* - names: An array of identifiers which can be referrenced by individual mappings.
1691+
* - names: An array of identifiers which can be referenced by individual mappings.
16921692
* - sourceRoot: Optional. The URL root from which all sources are relative.
16931693
* - sourcesContent: Optional. An array of contents of the original source files.
16941694
* - mappings: A string of base64 VLQs which contain the actual mappings.

dist/test/test_api.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/test/test_dog_fooding.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/test/test_source_map_consumer.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/test/test_source_map_generator.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/test/test_source_node.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/mapping-list.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function generatedPositionAfter(mappingA, mappingB) {
2323

2424
/**
2525
* A data structure to provide a sorted view of accumulated mappings in a
26-
* performance conscious manner. It trades a neglibable overhead in general
26+
* performance conscious manner. It trades a negligible overhead in general
2727
* case for a large speedup in case of mappings being added in order.
2828
*/
2929
function MappingList() {

lib/source-map-consumer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ exports.SourceMapConsumer = SourceMapConsumer;
262262
*
263263
* - version: Which version of the source map spec this map is following.
264264
* - sources: An array of URLs to the original source files.
265-
* - names: An array of identifiers which can be referrenced by individual mappings.
265+
* - names: An array of identifiers which can be referenced by individual mappings.
266266
* - sourceRoot: Optional. The URL root from which all sources are relative.
267267
* - sourcesContent: Optional. An array of contents of the original source files.
268268
* - mappings: A string of base64 VLQs which contain the actual mappings.

0 commit comments

Comments
 (0)