diff --git a/UnitTests/HttpInterface/api-traversal-spec.rb b/UnitTests/HttpInterface/api-traversal-spec.rb index c610d7d203..06595f70ec 100644 --- a/UnitTests/HttpInterface/api-traversal-spec.rb +++ b/UnitTests/HttpInterface/api-traversal-spec.rb @@ -212,7 +212,7 @@ describe ArangoDB do ## outbound traversals ################################################################################ - context "oubound traversals" do + context "outbound traversals" do ################################################################################ ## depth-first, preorder, forward diff --git a/js/apps/system/aardvark/frontend/js/graphViewer/jasmine_test/specCommunityNode/communityNodeSpec.js b/js/apps/system/aardvark/frontend/js/graphViewer/jasmine_test/specCommunityNode/communityNodeSpec.js index 6eca1c5701..80129f5bef 100644 --- a/js/apps/system/aardvark/frontend/js/graphViewer/jasmine_test/specCommunityNode/communityNodeSpec.js +++ b/js/apps/system/aardvark/frontend/js/graphViewer/jasmine_test/specCommunityNode/communityNodeSpec.js @@ -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",