Skip to content

chore: fix typos #257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion caps/pip.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Request and retrieve block headers from the server.

- `start` Loose, of type either 32byte hash (block hash), or unsigned integer block number
- `skip` unsigned integer N, specifying the server should return every Nth block
- `max` unsinged integer, the maximum number of blocks to return
- `max` unsigned integer, the maximum number of blocks to return
- `reverse` 0 if the block numbers should be increasing, 1 to return in reverse order

#### Response
Expand Down
2 changes: 1 addition & 1 deletion discv5/discv5-rationale.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ also possible to implement a feedback system between trusted clients and servers
*S/Kademlia: A Practicable Approach Towards Secure Key-Based Routing.* 2007.\
<https://telematics.tm.kit.edu/publications/Files/267/SKademlia_2007.pdf>

- Xin Sun, Ruben Torres and Sanjay Rao. *Feasiblity of DDoS Attacks with P2P Systems and
- Xin Sun, Ruben Torres and Sanjay Rao. *Feasibility of DDoS Attacks with P2P Systems and
Prevention through Robust Membership Management.* 2007.\
<https://docs.lib.purdue.edu/cgi/viewcontent.cgi?article=1357&context=ecetr>

Expand Down
2 changes: 1 addition & 1 deletion dnsdisc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lists requires a software update and, effort is required from the software maint
ensure the list is up-to-date. As a result, the provided lists are usually small, giving
the software little choice of initial entry point into the network.

This specification describes a scheme for authenticated, updateable node lists retrievable
This specification describes a scheme for authenticated, updatable node lists retrievable
via DNS. In order to use such a list, the client only requires information about the DNS
name and the public key that signs the list.

Expand Down