Skip to content

Commit

Permalink
Fix typo in token endsolid in ASCII parser
Browse files Browse the repository at this point in the history
  • Loading branch information
hschendel committed Sep 1, 2017
1 parent bae65ab commit b28e1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readascii.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ var idents = map[int]string{
idVertex: "vertex",
idEndloop: "endloop",
idEndfacet: "endfacet",
idEndsolid: "endsolit",
idEndsolid: "endsolid",
}

func (p *parser) Parse(solid *Solid) bool {
Expand Down

0 comments on commit b28e1c0

Please sign in to comment.