1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-10 07:45:54 -04:00

fix misspelling

This commit is contained in:
Darien Raymond
2017-12-13 15:55:39 +01:00
parent 4091f2371f
commit 123977e324
2 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ func (p Port) String() string {
return serial.Uint16ToString(p.Value())
}
// FromPort returns the begining port of this PortRange.
// FromPort returns the beginning port of this PortRange.
func (p PortRange) FromPort() Port {
return Port(p.From)
}