aboutsummaryrefslogtreecommitdiffstats
path: root/formats/pktline
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-05-19 16:48:23 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2016-05-19 16:48:23 +0200
commit6a3ba7037ebf047fcdad3745dc1f684ccb472dce (patch)
tree424d80d144c1b6482b6f4f8393394947470a86a1 /formats/pktline
parent25077df01588b54ec097ce3f99db6672c5a59463 (diff)
downloadgo-git-6a3ba7037ebf047fcdad3745dc1f684ccb472dce.tar.gz
documentation
Diffstat (limited to 'formats/pktline')
-rw-r--r--formats/pktline/encoder.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/pktline/encoder.go b/formats/pktline/encoder.go
index bd0ab75..18efa25 100644
--- a/formats/pktline/encoder.go
+++ b/formats/pktline/encoder.go
@@ -7,7 +7,7 @@ import (
)
var (
- //ErrOverflow happends when the line length exceed the MaxLength
+ //ErrOverflow is triggered when the line length exceed the MaxLength
ErrOverflow = errors.New("unexpected string length (overflow)")
)