Skip to content

Commit

Permalink
Fixed typo in decode.go (s/Prioity/Priority/)
Browse files Browse the repository at this point in the history
  • Loading branch information
elimisteve committed Dec 7, 2012
1 parent 15f4207 commit c1d9495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decode.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ type Vlanhdr struct {
}

func (v *Vlanhdr) String() {
fmt.Sprintf("VLAN Prioity:%d Drop:%v Tag:%d", v.Prioity, v.DropEligible, v.VlanIdentifier)
fmt.Sprintf("VLAN Priority:%d Drop:%v Tag:%d", v.Priority, v.DropEligible, v.VlanIdentifier)
}

func (p *Packet) decodeVlan() {
Expand Down

0 comments on commit c1d9495

Please sign in to comment.