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) }