From 09a260f0911c3b113d1ad0825fe3a4d23ff086ff Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 7 Apr 2015 23:40:37 +0200 Subject: typo --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 6515693..31971d6 100644 --- a/main.go +++ b/main.go @@ -64,7 +64,7 @@ func sub(m, n *list.Element) *list.Element { type function func(*list.Element, *list.Element) *list.Element -// test permoms tests +// test perfoms tests func test(op string, f function) { var mm, nn int switch op { -- cgit v1.2.3