From 17adb19c0d39431099a28559b1a2043b61dd4741 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Thu, 4 Aug 2016 00:44:50 -0400 Subject: [PATCH] Fix typo --- pgraph_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgraph_test.go b/pgraph_test.go index c6b76010..d8872259 100644 --- a/pgraph_test.go +++ b/pgraph_test.go @@ -819,7 +819,7 @@ func runGraphCmp(t *testing.T, g1, g2 *Graph) { } } -// all of the following test cases are layed out with the following semantics: +// all of the following test cases are laid out with the following semantics: // * vertices which start with the same single letter are considered "like" // * "like" elements should be merged // * vertices can have any integer after their single letter "family" type