aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)")
)