Skip to content

Commit

Permalink
Change error file spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ctessum committed May 7, 2016
1 parent fc96ee8 commit 78f2eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clipper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 78f2eac

Please sign in to comment.