File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package config
4
4
type Addresses struct {
5
5
Swarm []string // addresses for the swarm to listen on
6
6
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
8
8
NoAnnounce []string // swarm addresses not to announce to the network
9
9
API Strings // address for the local API (RPC)
10
10
Gateway Strings // address to listen on for IPFS HTTP object gateway
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ type Gateway struct {
62
62
63
63
// NoDNSLink configures the gateway to _not_ perform DNS TXT record
64
64
// 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.
66
66
NoDNSLink bool
67
67
68
68
// PublicGateways configures behavior of known public gateways.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ type SwarmConfig struct {
29
29
// Node will find and use advertised public relays when it determines that
30
30
// it's not reachable from the public internet.
31
31
//
32
- // Deprecated: This flag is deprecated and is overriden by
32
+ // Deprecated: This flag is deprecated and is overridden by
33
33
// `Swarm.RelayClient.Enabled` if specified.
34
34
EnableAutoRelay bool `json:",omitempty"`
35
35
You can’t perform that action at this time.
0 commit comments