1
0
Fork 0

fixed typo

This commit is contained in:
Frank Celler 2013-11-23 22:28:29 +01:00
parent cfac4ecf9c
commit 80604b8d65
2 changed files with 2 additions and 2 deletions

View File

@ -212,7 +212,7 @@ describe ArangoDB do
## outbound traversals
################################################################################
context "oubound traversals" do
context "outbound traversals" do
################################################################################
## depth-first, preorder, forward

View File

@ -1306,7 +1306,7 @@
expect(layouter.stop.calls.length).toEqual(1);
});
it('should update the positioning if an oubound edge becomes internal', function() {
it('should update the positioning if an outbound edge becomes internal', function() {
var c = new CommunityNode(parent, nodes.slice(0, 2)),
e = {
_id: "0-1",