From 78f2eac9201378609acb5da0105ea626b15abbec Mon Sep 17 00:00:00 2001 From: Chris Tessum Date: Fri, 6 May 2016 20:45:56 -0700 Subject: [PATCH] Change error file spelling --- clipper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clipper.go b/clipper.go index 1e034bb..34e4541 100644 --- a/clipper.go +++ b/clipper.go @@ -124,7 +124,7 @@ func (c *clipper) compute(operation Op) Polygon { for !c.eventQueue.IsEmpty() { if i > maxPossibleEvents { - f, err := os.Create("policlipError.log") + f, err := os.Create("polyclipError.log") if err != nil { panic(err) }