mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
Fix misspelling
This commit is contained in:
@@ -99,7 +99,7 @@ export function coreHistory(context) {
|
||||
}
|
||||
|
||||
|
||||
// determine diffrence and dispatch a change event
|
||||
// determine difference and dispatch a change event
|
||||
function change(previous) {
|
||||
var difference = coreDifference(previous, history.graph());
|
||||
dispatch.call('change', this, difference);
|
||||
|
||||
Reference in New Issue
Block a user