Skip to content

Commit

Permalink
Merge pull request #87 from hughsk/patch-1
Browse files Browse the repository at this point in the history
Small typo fix for reporting bad mappings.
  • Loading branch information
fitzgen committed Nov 8, 2013
2 parents 874b58d + d95c191 commit 0196397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/source-map/source-map-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ define(function (require, exports, module) {
throw new Error('Invalid mapping: ' + JSON.stringify({
generated: aGenerated,
source: aSource,
orginal: aOriginal,
original: aOriginal,
name: aName
}));
}
Expand Down

0 comments on commit 0196397

Please sign in to comment.