Skip to content

Commit 6c6a550

Browse files
rex4539Jorropo
authored andcommitted
Fix typos
1 parent 09aed2d commit 6c6a550

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/addresses.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package config
44
type Addresses struct {
55
Swarm []string // addresses for the swarm to listen on
66
Announce []string // swarm addresses to announce to the network, if len > 0 replaces auto detected addresses
7-
AppendAnnounce []string // similar to Announce but doesn't overwride auto detected addresses, they are just appended
7+
AppendAnnounce []string // similar to Announce but doesn't overwrite auto detected addresses, they are just appended
88
NoAnnounce []string // swarm addresses not to announce to the network
99
API Strings // address for the local API (RPC)
1010
Gateway Strings // address to listen on for IPFS HTTP object gateway

config/gateway.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type Gateway struct {
6262

6363
// NoDNSLink configures the gateway to _not_ perform DNS TXT record
6464
// lookups in response to requests with values in `Host` HTTP header.
65-
// This flag can be overriden per FQDN in PublicGateways.
65+
// This flag can be overridden per FQDN in PublicGateways.
6666
NoDNSLink bool
6767

6868
// PublicGateways configures behavior of known public gateways.

config/swarm.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type SwarmConfig struct {
2929
// Node will find and use advertised public relays when it determines that
3030
// it's not reachable from the public internet.
3131
//
32-
// Deprecated: This flag is deprecated and is overriden by
32+
// Deprecated: This flag is deprecated and is overridden by
3333
// `Swarm.RelayClient.Enabled` if specified.
3434
EnableAutoRelay bool `json:",omitempty"`
3535

0 commit comments

Comments
 (0)