From 7dcebcad6450fcbf5ffa0b02352c4feca92142e2 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Mon, 5 Oct 2015 11:40:02 -0400 Subject: [PATCH] Fix typographical error(s) Changed calulate to calculate in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5270fa..63f96c4 100644 --- a/README.md +++ b/README.md @@ -98,13 +98,13 @@ when tests complete there is a long BDD style report. Passes are green failures [info] PrimMSTSuite: [info] a PrimMST [info] - should build from an EdgeWeightedGraph -[info] - should calulate total weight of edges in tinyEWG MST +[info] - should calculate total weight of edges in tinyEWG MST [info] - should find expected edges in a MST [info] - should be acyclic [info] - should find when it has a spanning forest [info] - should validate a minimal spanning forest -[info] - should calulate total edge weight of mediumEWG MST -[info] - should calulate total edge weight of largeEWG MST +[info] - should calculate total edge weight of mediumEWG MST +[info] - should calculate total edge weight of largeEWG MST [info] SymbolGraphSuite: [info] a SymbolGraph [info] - should find vertices as keys and routes