Skip to content

Commit

Permalink
Merge pull request #55 from oliveiraleo/main
Browse files Browse the repository at this point in the history
  • Loading branch information
ianchen0119 authored Oct 9, 2024
2 parents 922281b + a692329 commit 5709c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/forwarder/gtp5g.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func (g *Gtp5g) checkVersion() error {
}
if nowVer.LessThan(expMinVer) || nowVer.GreaterThanOrEqual(expMaxVer) {
return errors.Errorf(
"gtp5g version(%v) should be %s <= verion < %s , please update it",
"gtp5g version(%v) should be %s <= version < %s , please update it",
nowVer, expectedMinGtp5gVersion, expectedMaxGtp5gVersion)
}

Expand Down

0 comments on commit 5709c06

Please sign in to comment.