mirror of
https://github.com/golang/go
synced 2024-11-16 20:34:51 -07:00
typo
This commit is contained in:
parent
628e53f3bc
commit
f33540ef8f
@ -351,7 +351,7 @@ func isGateway(h string) bool {
|
||||
return stringsEqualFold(h, "_gateway")
|
||||
}
|
||||
|
||||
// isGateway reports whether h should be considered a "outbound"
|
||||
// isOutbound reports whether h should be considered a "outbound"
|
||||
// name for the myhostname NSS module.
|
||||
func isOutbound(h string) bool {
|
||||
return stringsEqualFold(h, "_outbound")
|
||||
|
Loading…
Reference in New Issue
Block a user