summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-09-28 14:04:40 +0300
committerAlon Levy <alon@pobox.com>2014-09-28 14:04:40 +0300
commit0e412a5d6ba03fa58e92d4fd4b0f857e0e617792 (patch)
tree932f0f274bfb97928d57235bed72fd2a8959a766 /scripts
parentba44a26961a944cdd76df361f727a78be0f43e44 (diff)
history: correct spelling mistake in field s/linkes/links/
Diffstat (limited to 'scripts')
-rw-r--r--scripts/history.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/history.js b/scripts/history.js
index 4e95164a..02ca8b0f 100644
--- a/scripts/history.js
+++ b/scripts/history.js
@@ -78,7 +78,7 @@ History.prototype.record_nodes = function(nodes)
}
this.record({'action': ACTION_GRAPH_ADD,
'nodes': nodes,
- 'linkes': []
+ 'links': []
});
}