Skip to content

Commit ace88ce

Browse files
authored
Chore: fix typos (#3010)
1 parent 22dc0d2 commit ace88ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

network/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ It is expected for Avalanche nodes to allow inbound connections. If a validator
127127

128128
Avalanche nodes that have identified the `IP:Port` pair of a node they want to connect to will initiate outbound connections to this `IP:Port` pair. If the connection is not able to complete the [Peer Handshake](#peer-handshake), the connection will be re-attempted with an [Exponential Backoff](https://en.wikipedia.org/wiki/Exponential_backoff).
129129

130-
A node should initiate outbound connections to an `IP:Port` pair that is beleived to belong to a node that is not connected and meets at least one of the following conditions:
130+
A node should initiate outbound connections to an `IP:Port` pair that is believed to belong to a node that is not connected and meets at least one of the following conditions:
131131
- The node is in the initial bootstrapper set.
132132
- The node is in the default bootstrapper set.
133133
- The node in the current Primary Network validator set.

vms/platformvm/docs/validators_versioning.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Validator diffs layout is optimized to support iteration. Validator sets are reb
6868
Note that:
6969

7070
1. `Weight` diffs related to a Subnet are stored contiguously.
71-
2. Diff height is serialized as `Reverse_Height`. It is stored with big endian format and has its bits flipped too. Big endianess ensures that heights are stored in order, bit flipping ensures that the top-most height is always the first.
71+
2. Diff height is serialized as `Reverse_Height`. It is stored with big endian format and has its bits flipped too. Big endianness ensures that heights are stored in order, bit flipping ensures that the top-most height is always the first.
7272
3. `NodeID` is part of the key and `state.ValidatorWeightDiff` is part of the value.
7373

7474
`BLS Public` diffs are stored as follows:

0 commit comments

Comments
 (0)